public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] igmpproxy: fix build fail after automake update
Date: Wed, 09 Mar 2016 07:26:48 +0100	[thread overview]
Message-ID: <1457504808-13578-2-git-send-email-marcel.lorenz@ipfire.org> (raw)
In-Reply-To: <1457504808-13578-1-git-send-email-marcel.lorenz@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 937 bytes --]

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>

---
 lfs/igmpproxy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/igmpproxy b/lfs/igmpproxy
index fb1426f..f18168f 100644
--- a/lfs/igmpproxy
+++ b/lfs/igmpproxy
@@ -82,7 +82,7 @@ $(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) && aclocal && automake --add-missing && autoreconf
 	cd $(DIR_APP) && ./configure --sysconfdir=/etc
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
1.9.1


      reply	other threads:[~2016-03-09  6:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09  6:26 [PATCH 1/2] automake: update to 1.15 Marcel Lorenz
2016-03-09  6:26 ` Marcel Lorenz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457504808-13578-2-git-send-email-marcel.lorenz@ipfire.org \
    --to=marcel.lorenz@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox