]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
igmpproxy: fix build fail and move binary to /usr/sbin
authorMarcel Lorenz <marcel.lorenz@ipfire.org>
Thu, 2 Jun 2016 14:09:18 +0000 (16:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Jun 2016 14:34:11 +0000 (15:34 +0100)
Add "--prefix=/usr" to lfs file

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/igmpproxy
lfs/igmpproxy

index 1b3452140d79e9c2be20ffc9c9a1c57a55a1dc53..f857d2bc4c61da8856a4e22fe24d08d77ef15596 100644 (file)
@@ -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
index fb1426fe561bdecb682ffaac8f1570a5fe69a25d..7a943dd5405972f4e7c929a6813fa69cfb7b30c4 100644 (file)
@@ -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 \