]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Zlib does not require a c++ compiler that is not available in this stage.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Mar 2009 22:11:56 +0000 (23:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Mar 2009 22:11:56 +0000 (23:11 +0100)
lfs/zlib

index a454f1359993a9f971cf549cc18492942f5bdfb5..86b81e59a07de14f061285cf7780822562ba8fe1 100644 (file)
--- a/lfs/zlib
+++ b/lfs/zlib
@@ -82,6 +82,8 @@ $(OBJECT): $(objects)
        #cd $(DIR_APP) && autoreconf --install
 
 ifeq "$(STAGE)" "toolchain"
+       cd $(DIR_APP) && sed -e "s/^AC_PROG_CXX$$//g" -i configure.ac
+       cd $(DIR_APP) && autoreconf --install
        cd $(DIR_APP) && \
                ac_cv_func_working_mktime=yes \
                ./configure \