mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
igmpproxy: fix build fail and move binary to /usr/sbin
Add "--prefix=/usr" to lfs file Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
40ede5ecb0
commit
c935a26988
@@ -1,5 +1,5 @@
|
||||
etc/igmpproxy.conf
|
||||
usr/local/sbin/igmpproxy
|
||||
#usr/local/share/man/man5/igmpproxy.conf.5
|
||||
#usr/local/share/man/man8/igmpproxy.8
|
||||
usr/sbin/igmpproxy
|
||||
#usr/share/man/man5/igmpproxy.conf.5
|
||||
#usr/share/man/man8/igmpproxy.8
|
||||
var/ipfire/backup/addons/includes/igmpproxy
|
||||
|
||||
@@ -82,8 +82,8 @@ $(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
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user