summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-08-11 11:37:38 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-08-11 11:37:38 +0200
commit19bad61d2200aa8d16032ee5f147c5313c9026fc (patch)
tree387882daaf6f136efde31f785d9e7faa3d218358
parent4bfef69d404e25afd09f4f4c5b0648ea852310a9 (diff)
really link boost atomic
-rw-r--r--debian/patches/link-boost-atomic2.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/patches/link-boost-atomic2.patch b/debian/patches/link-boost-atomic2.patch
new file mode 100644
index 0000000..455dbf6
--- /dev/null
+++ b/debian/patches/link-boost-atomic2.patch
@@ -0,0 +1,10 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -126,6 +126,7 @@
+ ${Boost_DATE_TIME_LIBRARY}
+ ${LIBUSB_LIBRARIES}
+ ${Boost_THREAD_LIBRARY}
++ ${Boost_ATOMIC_LIBRARY}
+ ${Boost_SYSTEM_LIBRARY}
+ ${Boost_FILESYSTEM_LIBRARY}
+ stdc++