Hi Darren, all,

On Solaris 9, x86, the build of IP Filter 4.1.27 fails right at the
beginning, the buildsunos script does not like the target anymore:

$ ./buildsunos
make: Fatal error: Don't know how to make target `sunos5x86'


I did a simple modification to the script, it seems it did the trick, at
least for building, I haven't installed the new binary yet:

$ diff -u buildsunos.original  buildsunos
--- buildsunos.original ven sept 28 22:27:38 2007
+++ buildsunos  mar oct  16 15:54:54 2007
@@ -187,7 +187,7 @@
        if [ -n "$BPFILTER" ] ; then
                BPF="BPFILTER=./$BPFILTER"
        fi
-       $MAKE $MAKEFLAGS ${1+"$@"} sunos5x86
SOLARIS2="-DSOLARIS2=$solrev" CPU= CPUDIR=${cpudir} CC="$CC $XARCH32"
XARCH="$XARCH32" ARCHINC="$ARCHINC32" BITS=32 OBJ=. $BPF
+       $MAKE $MAKEFLAGS ${1+"$@"} sunos5 SOLARIS2="-DSOLARIS2=$solrev"
CPU= CPUDIR=${cpudir} CC="$CC $XARCH32" XARCH="$XARCH32"
ARCHINC="$ARCHINC32" BITS=32 OBJ=. $BPF
        exit $?
 fi
 if [ x$solrev = x ] ; then



Laurent
-- 
/ Leader de Projet & Communauté    | I'm working, but not speaking for
\ G11N   http://fr.opensolaris.org | Bull Services http://www.bull.com
/ FOSUG  http://guses.org          |

Reply via email to