[SCM] flake/master: Handle all *FLAGS and pass correct cpu

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 5 12:43:57 UTC 2017


The following commit has been merged in the master branch:
commit 5808b8b6ebff562980699b5889845b90500c5215
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Mar 5 13:29:45 2017 +0100

    Handle all *FLAGS and pass correct cpu

diff --git a/debian/rules b/debian/rules
index 087e4bd..027c7f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@ --no-parallel
 
 override_dh_auto_configure:
-	CFLAGS="$(CFLAGS)" ./configure --cpu=$(DEB_BUILD_ARCH) --disable-strip --prefix=/usr
+	CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --cpu=$(DEB_HOST_ARCH) --disable-strip --prefix=/usr
 
 override_dh_auto_install:
 	DESTDIR=$(CURDIR)/debian/flake $(MAKE) install-progs

-- 
flake packaging



More information about the pkg-multimedia-commits mailing list