]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/qpdf
qpdf: Tell configure to use our CFLAGS/LDFLAGS
[people/pmueller/ipfire-2.x.git] / lfs / qpdf
index 9f9eb5249a5b6b0cb8a22215c438a8c1ec0310a9..600454bc393d88d5301d6c41efab3a5f2554f79b 100644 (file)
--- a/lfs/qpdf
+++ b/lfs/qpdf
@@ -74,7 +74,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static \
+               CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)