Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/gnupg | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/lfs/gnupg b/lfs/gnupg index 532a291d8..93e5ac21a 100644 --- a/lfs/gnupg +++ b/lfs/gnupg @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
+CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################