[SCM] faac/master: Append --no-undefined to LDFLAGS

fabian at users.alioth.debian.org fabian at users.alioth.debian.org
Mon Jul 17 19:55:03 UTC 2017


The following commit has been merged in the master branch:
commit 341a357e260bb1f8103f0153d83a5ca70ef14e79
Author: Fabian Greffrath <fabian at debian.org>
Date:   Mon Jul 17 21:36:25 2017 +0200

    Append --no-undefined to LDFLAGS

diff --git a/debian/rules b/debian/rules
index 99bf6af..43384ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,--no-undefined
 
 ifeq (,$(filter mp4v2,$(DEB_BUILD_OPTIONS)))
 	EXT_MP4V2="ac_cv_lib_mp4v2_MP4Create=no"

-- 
faac packaging



More information about the pkg-multimedia-commits mailing list