ppp-2.4.3: Enable IPv6 support.
authorJonathan McDowell <noodles@earth.li>
Sat, 29 Oct 2005 08:20:28 +0000 (08:20 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 29 Oct 2005 08:20:28 +0000 (08:20 +0000)
packages/ppp/ppp-2.4.3/enable-ipv6.patch [new file with mode: 0644]
packages/ppp/ppp_2.4.3.bb

diff --git a/packages/ppp/ppp-2.4.3/enable-ipv6.patch b/packages/ppp/ppp-2.4.3/enable-ipv6.patch
new file mode 100644 (file)
index 0000000..7b8acb2
--- /dev/null
@@ -0,0 +1,11 @@
+--- ppp-2.4.3/pppd/Makefile.linux.orig 2005-10-28 21:07:40.396359250 +0100
++++ ppp-2.4.3/pppd/Makefile.linux      2005-10-28 21:07:54.217223000 +0100
+@@ -62,7 +62,7 @@
+ HAS_SHADOW=y
+ #USE_PAM=y
+-#HAVE_INET6=y
++HAVE_INET6=y
+ # Enable plugins
+ PLUGIN=y
index 2effec1..8701efc 100644 (file)
@@ -11,6 +11,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
        file://pppd-resolv-varrun.patch;patch=1 \
        file://plugins-fix-CC.patch;patch=1 \
        file://pppoatm-makefile.patch;patch=1 \
+       file://enable-ipv6.patch;patch=1 \
        file://pon \
        file://poff \
        file://init \