Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 337604 Details for
Bug 454116
net-ftp/oftpd does not respect USE="-ipv6"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for fix broken --disable-ipv6 in configure script.
oftpd-0.3.7-configure-ipv6.patch (text/plain), 571 bytes, created by
tallungulate
on 2013-02-01 16:50:22 UTC
(
hide
)
Description:
Patch for fix broken --disable-ipv6 in configure script.
Filename:
MIME Type:
Creator:
tallungulate
Created:
2013-02-01 16:50:22 UTC
Size:
571 bytes
patch
obsolete
>diff --git a/configure.in b/configure.in >index cf38e45..ba7ad09 100644 >--- a/configure.in >+++ b/configure.in >@@ -96,7 +96,11 @@ CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE" > > dnl Check whether to enable IPv6 support > AC_ARG_ENABLE([ipv6],[ --enable-ipv6 Enable IPv6 support (disabled by default)], >- CFLAGS="$CFLAGS -DINET6",) >+ [enable_ipv6=$enableval], >+ [enable_ipv6=no]) >+if test $enable_ipv6 = yes; then >+ CFLAGS="$CFLAGS -DINET6" >+fi > > AC_SUBST(HAVE_NEW_SS_FAMILY) > AC_OUTPUT(Makefile src/Makefile man/Makefile)
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 454116
: 337604 |
337606