From mboxrd@z Thu Jan  1 00:00:00 1970
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] igmpproxy: fix build fail and move binary to /usr/sbin v2 
Date: Thu, 02 Jun 2016 16:09:18 +0200
Message-ID: <1464876558-9786-1-git-send-email-marcel.lorenz@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7908879086669602225=="
List-Id: <development.lists.ipfire.org>

--===============7908879086669602225==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Add "--prefix=3D/usr" to lfs file

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
 config/rootfiles/packages/igmpproxy | 6 +++---
 lfs/igmpproxy                       | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/packages/igmpproxy b/config/rootfiles/packages/=
igmpproxy
index 1b34521..f857d2b 100644
--- a/config/rootfiles/packages/igmpproxy
+++ b/config/rootfiles/packages/igmpproxy
@@ -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
diff --git a/lfs/igmpproxy b/lfs/igmpproxy
index fb1426f..7a943dd 100644
--- a/lfs/igmpproxy
+++ b/lfs/igmpproxy
@@ -82,8 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && patch -Np1  < $(DIR_SRC)/src/patches/igmpproxy-003-Restric=
t-igmp-reports-for-downstream-interfaces-wrt-.patch
 	cd $(DIR_APP) && patch -Np1  < $(DIR_SRC)/src/patches/igmpproxy-004-Restric=
t-igmp-reports-forwarding-to-upstream-interfa.patch
 	cd $(DIR_APP) && patch -Np1  < $(DIR_SRC)/src/patches/igmpproxy-100-use-mon=
otic-clock-instead-of-time-of-day.patch
-	cd $(DIR_APP) && autoreconf
-	cd $(DIR_APP) && ./configure --sysconfdir=3D/etc
+	cd $(DIR_APP) && aclocal && automake --add-missing && autoreconf
+	cd $(DIR_APP) && ./configure --prefix=3D/usr --sysconfdir=3D/etc
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	install -v -m 644 $(DIR_SRC)/config/backup/includes/igmpproxy \
--=20
1.9.1


--===============7908879086669602225==--