[Bug 82] iptables doesn't compile if no optimization flags are set
bugzilla-daemon@netfilter.org
bugzilla-daemon@netfilter.org
Fri, 02 May 2003 11:10:24 +0200
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=82
------- Additional Comments From rusty@netfilter.org 2003-05-02 11:10 -------
To compile iptables, you use kernel headers. This is where ipt_get_target comes
from. If those are old headers (eg. 2.4.0), ipt_get_target was declared "extern
inline", so without optimization it didn't link (extern inline is a gcc
extension which says if you can't inline it, don't create a copy).
Sorry for my overly curt response.
Rusty.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.