rp-pppoe: Use "foreign" automake strictness

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-07-18 08:25:16 +00:00 committed by Martin Jansa
parent 141aedb403
commit d4591958f4
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Index: rp-pppoe-3.8/configure.in
===================================================================
--- rp-pppoe-3.8.orig/configure.in 2014-07-16 19:31:33.549991388 +0000
+++ rp-pppoe-3.8/configure.in 2014-07-17 22:01:18.116590827 +0000
@@ -1,4 +1,4 @@
-AC_INIT(src/pppoe.c)
-AM_INIT_AUTOMAKE([rp-pppoe], [3.8])
+AC_INIT([rp-pppoe], [3.8])
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SUBDIRS(src)
AC_OUTPUT(Makefile)

View File

@ -14,6 +14,7 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${BP}.tar.gz \
file://dont-swallow-errors.patch \
file://discard-use-of-dnl-in-Makefile.am.patch \
file://use-ldflags.patch \
file://configure.patch \
file://pppoe-server.default \
file://pppoe-server.init"