[med-svn] r15464 - in trunk/packages/charls/trunk/debian: . patches
Mathieu Malaterre
malat at moszumanska.debian.org
Sun Dec 8 11:37:30 UTC 2013
Author: malat
Date: 2013-12-08 11:37:30 +0000 (Sun, 08 Dec 2013)
New Revision: 15464
Added:
trunk/packages/charls/trunk/debian/patches/stl_symbols_hack.patch
Modified:
trunk/packages/charls/trunk/debian/changelog
trunk/packages/charls/trunk/debian/patches/series
Log:
use medium
Modified: trunk/packages/charls/trunk/debian/changelog
===================================================================
--- trunk/packages/charls/trunk/debian/changelog 2013-12-08 11:29:39 UTC (rev 15463)
+++ trunk/packages/charls/trunk/debian/changelog 2013-12-08 11:37:30 UTC (rev 15464)
@@ -1,4 +1,4 @@
-charls (1.0-5) unstable; urgency=low
+charls (1.0-5) unstable; urgency=medium
* Rework the symbol file to hide stl exported symbols
Modified: trunk/packages/charls/trunk/debian/patches/series
===================================================================
--- trunk/packages/charls/trunk/debian/patches/series 2013-12-08 11:29:39 UTC (rev 15463)
+++ trunk/packages/charls/trunk/debian/patches/series 2013-12-08 11:37:30 UTC (rev 15464)
@@ -3,4 +3,4 @@
charls_fix_tests.patch
charls_fix_clang_compilation_issue.patch
add_visibility.patch
-version2.patch
+stl_symbols_hack.patch
Added: trunk/packages/charls/trunk/debian/patches/stl_symbols_hack.patch
===================================================================
--- trunk/packages/charls/trunk/debian/patches/stl_symbols_hack.patch (rev 0)
+++ trunk/packages/charls/trunk/debian/patches/stl_symbols_hack.patch 2013-12-08 11:37:30 UTC (rev 15464)
@@ -0,0 +1,22 @@
+Description: Rework the symbol file to hide stl exported symbols
+Author: Mathieu Malaterre <malat at debian.org>
+
+--- charls-1.0.orig/CMakeLists.txt
++++ charls-1.0/CMakeLists.txt
+@@ -34,6 +34,7 @@ IF(BUILD_SHARED_LIBS)
+ SOVERSION ${CHARLS_LIB_MAJOR_VERSION}
+ )
+ set_property(TARGET CharLS PROPERTY LINK_INTERFACE_LIBRARIES "")
++ set_property(TARGET CharLS PROPERTY LINK_FLAGS "-Wl,--version-script=../exports.version")
+
+
+ ENDIF(BUILD_SHARED_LIBS)
+--- /dev/null
++++ charls-1.0/exports.version
+@@ -0,0 +1,6 @@
++{
++global:
++ JpegLs*;
++local:
++ *;
++};
More information about the debian-med-commit
mailing list