[SCM] libgroove/upstream: math library linkage set to private

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat May 31 19:00:01 UTC 2014


The following commit has been merged in the upstream branch:
commit d48f8d188aa526b2e1ff7dc41fe7494508d3b845
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Tue May 13 20:49:54 2014 -0700

    math library linkage set to private

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7159e25..f71563c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -276,7 +276,7 @@ else()
     ${LIBAV_AVFORMAT_LIBRARIES})
   target_link_libraries(groove LINK_PUBLIC ${LIBAV_AVUTIL_LIBRARIES})
   if(UNIX)
-    target_link_libraries(groove LINK_PUBLIC m)
+    target_link_libraries(groove LINK_PRIVATE m)
   endif(UNIX)
   include_directories(${LIBAV_INCLUDE_DIRS})
 endif()

-- 
libgroove packaging



More information about the pkg-multimedia-commits mailing list