summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch')
-rw-r--r--meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch
new file mode 100644
index 000000000..1380ba489
--- /dev/null
+++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch
@@ -0,0 +1,11 @@
1Index: rp-pppoe-3.8/configure.in
2===================================================================
3--- rp-pppoe-3.8.orig/configure.in 2014-07-16 19:31:33.549991388 +0000
4+++ rp-pppoe-3.8/configure.in 2014-07-17 22:01:18.116590827 +0000
5@@ -1,4 +1,4 @@
6-AC_INIT(src/pppoe.c)
7-AM_INIT_AUTOMAKE([rp-pppoe], [3.8])
8+AC_INIT([rp-pppoe], [3.8])
9+AM_INIT_AUTOMAKE([foreign])
10 AC_CONFIG_SUBDIRS(src)
11 AC_OUTPUT(Makefile)