]> git.pld-linux.org Git - packages/thunderbolt-software-user-space.git/blame - thunderbolt-software-user-space-glibc.patch
- new
[packages/thunderbolt-software-user-space.git] / thunderbolt-software-user-space-glibc.patch
CommitLineData
1acd0316
JB
1Fix name clash with glibc macros.
2--- thunderbolt-software-user-space-2017.01.19/ThunderboltService/Shared/include/Utils.h.orig 2017-01-19 15:35:27.000000000 +0100
3+++ thunderbolt-software-user-space-2017.01.19/ThunderboltService/Shared/include/Utils.h 2017-03-12 18:36:13.712383572 +0100
4@@ -40,6 +40,9 @@
5 #include "tbtException.h"
6 #include "boost/optional.hpp"
7
8+#undef major
9+#undef minor
10+
11 template <typename T>
12 void ignore(T&&)
13 {
This page took 0.0973850000000001 seconds and 4 git commands to generate.