[SCM] yoshimi/master: Append ldflags properly.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 29 21:53:25 UTC 2015


The following commit has been merged in the master branch:
commit c8be0e779012387960dc36d8cbd3e756b29909d3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 29 23:42:24 2015 +0200

    Append ldflags properly.

diff --git a/debian/rules b/debian/rules
index 9d7c9f6..4d78967 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 ifneq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:amd64:))
 CXXFLAGS+=-msse -msse2 -mfpmath=sse

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list