X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ficinga;h=6534722acba15fcdfbe91ac7212f192794f2a56b;hb=391540d9d82b42042756c67b2f5676d799d92f59;hp=f710b2e0f44a7b88446c6eec32a9cb47528afa6b;hpb=4fa8f6a47d6fd99a67d43f64d1d02b4586c6e3a1;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/icinga b/lfs/icinga index f710b2e0f4..6534722acb 100644 --- a/lfs/icinga +++ b/lfs/icinga @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 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 # @@ -32,9 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = icinga -PAK_VER = 3 +PAK_VER = 4 -DEPS = "nagios-plugins" +DEPS = nagios-plugins + +CFLAGS += -fcommon ############################################################################### # Top-level Rules