bugzilla-daemon@netfilter.org
2003-Mar-04 23:16 UTC
[Bug 57] Default extensions Makefile breaks with NO_SHARED_LIBS and DO_IPV6
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=57 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From laforge@netfilter.org 2003-03-05 00:16 ------- Version 1.30 of extensions/Makefile and version 1.72 of Makefile address both of your issues. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon@netfilter.org
2003-Mar-05 08:09 UTC
[Bug 57] Default extensions Makefile breaks with NO_SHARED_LIBS and DO_IPV6
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=57 rpb@community.net.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From rpb@community.net.uk 2003-03-05 09:09 ------- That didn't fix entensions/Makefile as required because it doesn't prevent the IPv6 objects from being added if NO_SHARED_LIBS is defined. I meant this: diff -c -r1.30 Makefile *** extensions/Makefile 4 Mar 2003 23:15:42 -0000 1.30 --- extensions/Makefile 5 Mar 2003 08:07:10 -0000 *************** *** 30,38 **** --- 30,41 ---- EXT_OBJS+=$(foreach T,$(PF_EXT_SLIB),extensions/libipt_$(T).o) EXT_FUNC+=$(foreach T,$(PF_EXT_SLIB),ipt_$(T)) EXT_OBJS+= extensions/initext.o + + ifeq ($(DO_IPV6), 1) EXT6_OBJS+=$(foreach T,$(PF6_EXT_SLIB),extensions/libip6t_$(T).o) EXT6_FUNC+=$(foreach T,$(PF6_EXT_SLIB),ip6t_$(T)) EXT6_OBJS+= extensions/initext6.o + endif endif ifndef TOPLEVEL_INCLUDED ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon@netfilter.org
2003-Mar-05 11:32 UTC
[Bug 57] Default extensions Makefile breaks with NO_SHARED_LIBS and DO_IPV6
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=57 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From laforge@netfilter.org 2003-03-05 12:32 ------- thanks, applied your patch to CVS. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
Reasonably Related Threads
- [Bug 57] New: Default extensions Makefile breaks with NO_SHARED_LIBS and DO_IPV6
- MARK: targinfosize 8 != 4
- [Bug 454] RFE: build shared objects with gcc --shared
- [Bug 713] New: CPPFLAGS are mishandled which breaks non-shared targets
- [Bug 569] New: in6addr_any undeclared