Re: compile failed on IPFilter 4.1.32 RC5 & 5.0.6 after 139555 kernel

Darren Reed <[email protected]> Sun, 21 Jun 2009 04:46:36 +0200
Newsgroups gmane.comp.security.firewalls.ipfilter
Message-ID <13121_1245552656_4A3DA010_13121_12961_1_4A3D9F0C.3040902@reed.wattle.id.au>
Does this change fix your problem?

Index: SunOS5/Makefile
===================================================================
RCS file: /devel/CVS/IP-Filter/SunOS5/Makefile,v
retrieving revision 2.76.2.12
diff -u -r2.76.2.12 Makefile
--- SunOS5/Makefile     24 Jul 2008 09:30:33 -0000      2.76.2.12
+++ SunOS5/Makefile     14 Jun 2009 23:59:10 -0000
@@ -229,7 +229,7 @@
        ld -r $(OBJ)/ip_rulesx.o $(OBJ)/mlso_rule.o -o $@
 
 $(OBJ)/ipf: $(MODOBJS)
-       if [ -f /kernel/misc/neti -o -f /kernel/misc/*/neti ] ; then \
+       if [ -f /kernel/misc/neti -o -f /kernel/misc/sparcv9/neti ] ; then \
                echo "netinfo Linking"; \
                ld -dy -Ndrv/ip -Nmisc/neti -Nmisc/md5 -r $(MODOBJS) -o
$@; \
        else \