[SCM] npapi-vlc/master: Export hardening flags and disable multiarch.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Tue Mar 13 00:34:55 UTC 2012


The following commit has been merged in the master branch:
commit 1cd31b8c6d1aba304b6f98a26d4800a1b7149845
Author: Benjamin Drung <bdrung at debian.org>
Date:   Tue Mar 13 01:28:57 2012 +0100

    Export hardening flags and disable multiarch.

diff --git a/debian/rules b/debian/rules
index 0c63017..5eca1f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@ --parallel --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --libdir=/usr/lib
+
 override_dh_auto_install:
 	dh_auto_install
 	find debian -name '*.la' -delete

-- 
npapi-vlc packaging



More information about the pkg-multimedia-commits mailing list