Source: libcairo
Version: 1.2.4-4
The CFLAGS in debian/rules are not properly passed to the configure
script as the environment variable is not exported.
I'd also recommend always adding -g to CFLAGS so that nostrip works as
expected.
--- debian/rules (revision 20589)
+++ debian/rules (working copy)
@@ -80,7 +90,8 @@
dh_testdir
mkdir -p $(MAIN_BUILD_DIR); \
cd $(MAIN_BUILD_DIR); \
- $(SRC_DIR)/configure $(CONFFLAGS) \
+ env CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(SRC_DIR)/configure \
+ $(CONFFLAGS) \
--prefix=$(prefix) \
--mandir=$(share)/man \
--infodir=$(share)/info \
--
Tommi Komulainen <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]