]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libpng
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / libpng
index fb08037f4f2b95302e5305b2c8d0045bda7e4d2d..f874dd48d2c0ccf37ac940fb4438906b6ce9efe0 100644 (file)
@@ -72,9 +72,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) && patch -Np1 < $(DIR_SRC)/src/patches/libpng-1.2.12-no-asm.patch
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static --without-libpng-compat
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)