[SCM] phasex packaging branch, master, updated. debian/0.12.0.pre1-1-2-g5307372
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jul 26 10:31:44 UTC 2010
The following commit has been merged in the master branch:
commit bef46479b44b5a4988b67786793bd50277bf5cc7
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jul 26 12:31:28 2010 +0200
Pass --enable-arch=native to configure; attempt to fix #590273.
diff --git a/debian/rules b/debian/rules
index dafe856..c90ef48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@ LDFLAGS+=-Wl,--as-needed
%:
dh --with=autotools_dev $@
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --enable-arch=native
+
override_dh_auto_install:
dh_auto_install
mkdir -p $(CURDIR)/debian/tmp/usr/share/applications
--
phasex packaging
More information about the pkg-multimedia-commits
mailing list