diff options
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch | 11 | ||||
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb | 1 |
2 files changed, 12 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 @@ | |||
1 | Index: 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) | ||
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb index b3e60fe4a..d1b0481b9 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb | |||
@@ -14,6 +14,7 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${BP}.tar.gz \ | |||
14 | file://dont-swallow-errors.patch \ | 14 | file://dont-swallow-errors.patch \ |
15 | file://discard-use-of-dnl-in-Makefile.am.patch \ | 15 | file://discard-use-of-dnl-in-Makefile.am.patch \ |
16 | file://use-ldflags.patch \ | 16 | file://use-ldflags.patch \ |
17 | file://configure.patch \ | ||
17 | file://pppoe-server.default \ | 18 | file://pppoe-server.default \ |
18 | file://pppoe-server.init" | 19 | file://pppoe-server.init" |
19 | 20 | ||