Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303391 Details for
Bug 405937
net-misc/openvpn-2.2.2 - re-add IPv6 payload patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openvpn-2.2.2.ebuild.ipv6.patch
openvpn-2.2.2.ebuild.ipv6.patch (text/plain), 1.17 KB, created by
Marcel Pennewiß
on 2012-02-26 17:46:57 UTC
(
hide
)
Description:
openvpn-2.2.2.ebuild.ipv6.patch
Filename:
MIME Type:
Creator:
Marcel Pennewiß
Created:
2012-02-26 17:46:57 UTC
Size:
1.17 KB
patch
obsolete
>--- openvpn-2.2.2.ebuild 2012-02-17 11:01:21.000000000 +0100 >+++ openvpn-2.2.2.ebuild 2012-02-26 18:28:08.299147973 +0100 >@@ -4,7 +4,7 @@ > > EAPI=4 > >-inherit eutils multilib toolchain-funcs flag-o-matic >+inherit eutils multilib toolchain-funcs autotools flag-o-matic > > DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application compatible with many OSes." > SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz" >@@ -13,7 +13,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux" >-IUSE="examples iproute2 minimal pam passwordsave selinux +ssl static pkcs11 userland_BSD" >+IUSE="examples iproute2 ipv6 minimal pam passwordsave selinux ssl static pkcs11 userland_BSD" > > DEPEND=">=dev-libs/lzo-1.07 > kernel_linux? ( >@@ -27,10 +27,14 @@ > > src_prepare() { > epatch "${FILESDIR}/${PN}-2.2.2-pkcs11.patch" >+ use ipv6 && epatch "${FILESDIR}/${PN}-2.2.2-ipv6-payload.patch" > sed -i \ > -e "s/gcc \${CC_FLAGS}/\${CC} \${CFLAGS} -Wall/" \ > -e "s/-shared/-shared \${LDFLAGS}/" \ > plugin/*/Makefile || die "sed failed" >+ if use ipv6; then >+ eautoreconf >+ fi > } > > src_configure() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 405937
: 303391 |
303393