X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FCompress-Zlib;h=769f9066084865e6c45f8b9cc7830aa46e839764;hp=d0f34850f9c5d2b70016ebbc9e40edf25e86ae7f;hb=e63cc45b483cc8337bee21a7fe4e9d09c2879129;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/Compress-Zlib b/lfs/Compress-Zlib index d0f34850f9..769f906608 100644 --- a/lfs/Compress-Zlib +++ b/lfs/Compress-Zlib @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && echo -e "BUILD_ZLIB = False\nINCLUDE = /usr/include\nLIB = /lib\nOLD_ZLIB = True\n" > config.in cd $(DIR_APP) && perl Makefile.PL - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)