Package: speex
Version: 1.2~rc1-3
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
diff -aur speex-1.2~rc1.orig/debian/rules speex-1.2~rc1/debian/rules
--- speex-1.2~rc1.orig/debian/rules 2012-01-14 15:15:39.000000000 +0100
+++ speex-1.2~rc1/debian/rules 2012-01-14 15:15:57.000000000 +0100
@@ -69,6 +69,7 @@
cd $* && ../configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
+ $(shell dpkg-buildflags --export=configure) \
$(EXTRA_CONFIG_FLAGS)
build: build-arch
Nur in speex-1.2~rc1/debian: rules~.