[SCM] libopenshot-audio/master: Do not inject pthread / libdl via MAINT_APPEND

ghisvail-guest at users.alioth.debian.org ghisvail-guest at users.alioth.debian.org
Thu Feb 2 17:35:21 UTC 2017


The following commit has been merged in the master branch:
commit 7665c8457c65f4c77f2ea2deca90e994ac14c157
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Feb 2 16:57:03 2017 +0000

    Do not inject pthread / libdl via MAINT_APPEND

diff --git a/debian/rules b/debian/rules
index b377cfd..d5716c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,7 @@ include /usr/share/dpkg/architecture.mk
 #export DH_VERBOSE = 1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND = -pthread
-export DEB_CXXFLAGS_MAINT_APPEND = -pthread
-export DEB_LDFLAGS_MAINT_APPEND = -lpthread -ldl -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@

-- 
libopenshot-audio packaging



More information about the pkg-multimedia-commits mailing list