IP Filter 4.0beta5, Makefiles

This is a discussion on IP Filter 4.0beta5, Makefiles within the IPFilter forums, part of the System Security and Security Related category; Buiding packages under Solaris did not work. Reason: The make parameter passing for make install-... in Makefile and the 32-...


Go Back   Usenet Forums > System Security and Security Related > IPFilter

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-28-2003
Hans Werner Strube
 
Posts: n/a
Default IP Filter 4.0beta5, Makefiles

Buiding packages under Solaris did not work. Reason:
The make parameter passing for make install-... in Makefile and the
32-bit-only package building in SunOS5/Makefile are broken (haven't checked
non-SunOS5 architectures). Here are patches (in short diff form):
*** Makefile:
326c326
< (cd SunOS4; $(MAKE) "CPU=$(CPU) TOP=.." install)
---
> (cd SunOS4; $(MAKE) "CPU=$(CPU)" "TOP=.." install)

329c329
< (cd SunOS5; $(MAKE) "CPU=$(CPU) TOP=.." install)
---
> (cd SunOS5; $(MAKE) "CPU=$(CPU)" "TOP=.." install)

332c332
< (cd HPUX; $(MAKE) "CPU=$(CPU) TOP=.." "BITS=`getconf KERNEL_BITS`" install)
---
> (cd HPUX; $(MAKE) "CPU=$(CPU)" "TOP=.." "BITS=`getconf KERNEL_BITS`" install)

335c335
< (cd IRIX; smake install "CPU=$(CPU) TOP=.." $(DEST) $(MFLAGS))
---
> (cd IRIX; smake install "CPU=$(CPU)" "TOP=.." $(DEST) $(MFLAGS))


*** SunOS5/Makefile:
432,433c432,433
< (cd $(CPUDIR); $(MAKE) PROTO=prototype OBJ=. BITS=${BITS} \
< ipf.pkg.bin; TOP=$(TOP)) \
---
> $(MAKE) PROTO=prototype OBJ=. BITS=${BITS} \
> ipf.pkg.bin; TOP=$(TOP); \

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:21 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0