Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9759 Details for
Bug 18073
linux-2.4.20-gentoo-r2 fails to compile with ip_conntrack_ftp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for bug 18073
ipt-fix-18073.diff (text/plain), 2.02 KB, created by
Jay Pfeifer (RETIRED)
on 2003-03-24 10:57:17 UTC
(
hide
)
Description:
fix for bug 18073
Filename:
MIME Type:
Creator:
Jay Pfeifer (RETIRED)
Created:
2003-03-24 10:57:17 UTC
Size:
2.02 KB
patch
obsolete
>diff -urN linux-2.4.20-gentoo-r2/net/ipv4/netfilter/Makefile linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/Makefile >--- linux-2.4.20-gentoo-r2/net/ipv4/netfilter/Makefile 2003-03-24 09:38:32.000000000 -0600 >+++ linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/Makefile 2003-03-23 23:29:15.000000000 -0600 >@@ -31,6 +31,11 @@ > # connection tracking > obj-$(CONFIG_IP_NF_CONNTRACK) += ip_conntrack.o > >+ifdef CONFIG_IP_NF_NAT_NEEDED >+ export-objs += ip_conntrack_proto_tcp.o >+endif >+ >+ > # Amanda protocol support > obj-$(CONFIG_IP_NF_AMANDA) += ip_conntrack_amanda.o > obj-$(CONFIG_IP_NF_NAT_AMANDA) += ip_nat_amanda.o >diff -urN linux-2.4.20-gentoo-r2/net/ipv4/netfilter/ip_conntrack_ftp.c linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/ip_conntrack_ftp.c >--- linux-2.4.20-gentoo-r2/net/ipv4/netfilter/ip_conntrack_ftp.c 2003-03-24 09:38:32.000000000 -0600 >+++ linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/ip_conntrack_ftp.c 2003-03-23 23:37:49.000000000 -0600 >@@ -436,7 +436,9 @@ > return 0; > } > >+#ifdef CONFIG_IP_NF_NAT_NEEDED > EXPORT_SYMBOL(ip_ftp_lock); >+#endif > > MODULE_LICENSE("GPL"); > module_init(init); >diff -urN linux-2.4.20-gentoo-r2/net/ipv4/netfilter/ip_conntrack_irc.c linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/ip_conntrack_irc.c >--- linux-2.4.20-gentoo-r2/net/ipv4/netfilter/ip_conntrack_irc.c 2003-03-24 09:38:32.000000000 -0600 >+++ linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/ip_conntrack_irc.c 2003-03-24 00:15:58.000000000 -0600 >@@ -305,7 +305,9 @@ > } > } > >+#ifdef CONFIG_IP_NF_NAT_NEEDED > EXPORT_SYMBOL(ip_irc_lock); >+#endif > > module_init(init); > module_exit(fini); >diff -urN linux-2.4.20-gentoo-r2/net/ipv4/netfilter/ip_conntrack_pptp.c linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/ip_conntrack_pptp.c >--- linux-2.4.20-gentoo-r2/net/ipv4/netfilter/ip_conntrack_pptp.c 2003-03-24 09:38:32.000000000 -0600 >+++ linux-2.4.20-gentoo-r2.new/net/ipv4/netfilter/ip_conntrack_pptp.c 2003-03-23 23:54:36.000000000 -0600 >@@ -559,4 +559,6 @@ > module_init(init); > module_exit(fini); > >+#ifdef CONFIG_IP_NF_NAT_NEEDED > EXPORT_SYMBOL(ip_pptp_lock); >+#endif
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 18073
:
9750
| 9759