X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Figmpproxy;h=53e4a8f966e292c113a21d70d5094e2ad33c61b0;hp=fb1426fe561bdecb682ffaac8f1570a5fe69a25d;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=2d490a7304b6a5a84822e5093c36a8985994d1c8 diff --git a/lfs/igmpproxy b/lfs/igmpproxy index fb1426fe56..53e4a8f966 100644 --- a/lfs/igmpproxy +++ b/lfs/igmpproxy @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 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 # @@ -82,8 +82,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/igmpproxy-003-Restrict-igmp-reports-for-downstream-interfaces-wrt-.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/igmpproxy-004-Restrict-igmp-reports-forwarding-to-upstream-interfa.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/igmpproxy-100-use-monotic-clock-instead-of-time-of-day.patch - cd $(DIR_APP) && autoreconf - cd $(DIR_APP) && ./configure --sysconfdir=/etc + cd $(DIR_APP) && aclocal && automake --add-missing && autoreconf + $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install install -v -m 644 $(DIR_SRC)/config/backup/includes/igmpproxy \