Package: libplayer
Version: 2.0.1-2.1
Severity: Important
Tags: patch

CFLAGS doesn't really get used in configure, trivial patch to fix this.
Builds successfully on armhf after that.

Regards

Konstantinos
diff -ruN libplayer-2.0.1/debian/rules libplayer-2.0.1.mine/debian/rules
--- libplayer-2.0.1/debian/rules	2010-10-03 08:08:44.000000000 +0000
+++ libplayer-2.0.1.mine/debian/rules	2012-09-13 22:00:53.512803823 +0000
@@ -18,7 +18,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	./configure $(CONFIGURE_OPTS)
+	CFLAGS=$(CFLAGS) ./configure $(CONFIGURE_OPTS) 
 
 override_dh_strip:
 	dh_strip --dbg-package=libplayer2-dbg

Reply via email to