X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fgnupg;h=6248556862239a7aefd8e32264b0927b64f607c1;hb=3514a0bc0f0ebec8acf478932a7100e66bb557ce;hp=5e5ead919a3d1d563fb72c7626342e6f203f856d;hpb=e0027e6cdc8fb4b7849430aa805a0314fef2b6a7;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/gnupg b/lfs/gnupg index 5e5ead919a..6248556862 100644 --- a/lfs/gnupg +++ b/lfs/gnupg @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2021 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 # @@ -24,7 +24,7 @@ include Config -VER = 1.4.12 +VER = 1.4.23 THISAPP = gnupg-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ############################################################################### @@ -40,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ce3742e5c7912559cab7894ad8ba7f6b +$(DL_FILE)_MD5 = b1df02c73572f27bc859ac05ff2259ab install : $(TARGET) @@ -70,10 +72,11 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) rm -rf /home/nobody/.gnupg /root/.gnupg cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install - chmod -v 4755 /usr/bin/gpg + chmod -v 755 /usr/bin/gpg @rm -rf $(DIR_APP) @$(POSTBUILD)