[SCM] libdca/master: Fix passing hardening and LFS flags.
fabian-guest at users.alioth.debian.org
fabian-guest at users.alioth.debian.org
Sun Mar 24 21:23:25 UTC 2013
The following commit has been merged in the master branch:
commit d85cc57e85300e7a6163d59500b8369ecee20ec2
Author: Fabian Greffrath <fabian at greffrath.com>
Date: Sun Mar 24 22:11:10 2013 +0100
Fix passing hardening and LFS flags.
diff --git a/debian/rules b/debian/rules
index 6164fb6..30425be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
-CFLAGS += $(shell getconf LFS_CFLAGS)
-LDFLAGS += $(shell getconf LFS_LDFLAGS)
-export CFLAGS LDFLAGS
+export DEB_CFLAGS_MAINT_APPEND = $(shell getconf LFS_CFLAGS)
+export DEB_LDFLAGS_MAINT_APPEND = $(shell getconf LFS_LDFLAGS)
%:
dh $@
--
libdca packaging
More information about the pkg-multimedia-commits
mailing list