]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed popt from installation system.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:52 +0000 (20:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:52 +0000 (20:40 +0200)
lfs/popt

index 3748ff3daf4a24fe4627ee760e65905fe660514e..c8892d325cd61ef863c75b54841afe86c343daac 100644 (file)
--- 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)