From: Michael Tremer Date: Sat, 28 Mar 2009 22:11:56 +0000 (+0100) Subject: Zlib does not require a c++ compiler that is not available in this stage. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dfbc21aa12a88609e77e9bbe928716cd1f698be;p=ipfire-3.x.git Zlib does not require a c++ compiler that is not available in this stage. --- diff --git a/lfs/zlib b/lfs/zlib index a454f1359..86b81e59a 100644 --- 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 \