X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fzlib;h=d742dad866d641484e6fc895a89bac7454c48dda;hb=5996c2815798e7bb8c069caad40ffb084ecf1cf7;hp=25c587aaca912cf6c03add12c9410128cd05e5f6;hpb=54d5414848653dcafb857d91adeb7f4ae9b1a1d9;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/zlib b/lfs/zlib index 25c587aaca..d742dad866 100644 --- a/lfs/zlib +++ b/lfs/zlib @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# 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 # @@ -30,7 +30,12 @@ THISAPP = zlib-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) + +ifeq "$(TOOLCHAIN)" "1" + TARGET = $(DIR_INFO)/$(THISAPP)-tools +else + TARGET = $(DIR_INFO)/$(THISAPP) +endif CFLAGS += -fPIC -DPIC