[SCM] x42-plugins/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Dec 30 19:47:39 UTC 2016
The following commit has been merged in the master branch:
commit b197e1cc4b9961e353ab8d9f7528148bcd46429c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Dec 30 20:37:38 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index df22911..ac93c47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,9 @@
#!/usr/bin/make -f
-# -*- makefile -*-
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow, -pie
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
export OPTIMIZATIONS= -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
ifeq ($(DEB_HOST_ARCH_CPU),amd64)
--
x42-plugins packaging
More information about the pkg-multimedia-commits
mailing list