From: Michael Tremer Date: Tue, 26 Aug 2008 18:40:52 +0000 (+0200) Subject: Removed popt from installation system. X-Git-Tag: v3.0-alpha1~733^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5703cb5185c9b2ecf538c5f66fca72cd46b32f1c;p=ipfire-3.x.git Removed popt from installation system. --- diff --git a/lfs/popt b/lfs/popt index 3748ff3da..c8892d325 100644 --- a/lfs/popt +++ b/lfs/popt @@ -54,22 +54,8 @@ $(TARGET) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) #cd $(DIR_APP) && sed -i -e "/*origOptString ==/c 0)" popt.c - -ifeq "$(STAGE)" "ipfire" cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install -endif - -ifeq "$(STAGE)" "installer" - cd $(DIR_APP) && $(U_TOOLS) ac_cv_va_copy=yes \ - ./configure --prefix=/usr \ - --target=$(UCLIBC_TARGET) \ - --host=$(UCLIBC_TARGET) \ - --disable-nls - cd $(DIR_APP) && make $(PARALLELISMFLAGS) - cd $(DIR_APP) && make install DESTDIR=$(INSTALLER_DIR) -endif - @rm -rf $(DIR_APP) @$(POSTBUILD)