[Lunar-commits] r23425 - moonbase/trunk/security/iptables
Auke Kok
sofar at lunar-linux.org
Tue Feb 27 03:14:19 CET 2007
Author: sofar
Date: 2007-02-27 03:14:19 +0100 (Tue, 27 Feb 2007)
New Revision: 23425
Modified:
moonbase/trunk/security/iptables/BUILD
Log:
Pull in fix and remove 20.000 year old comment.
Modified: moonbase/trunk/security/iptables/BUILD
===================================================================
--- moonbase/trunk/security/iptables/BUILD 2007-02-26 23:02:52 UTC (rev 23424)
+++ moonbase/trunk/security/iptables/BUILD 2007-02-27 02:14:19 UTC (rev 23425)
@@ -1,15 +1,8 @@
(
-# I think this optimization must be carefully considered,
-# seeing these are kernel stuff...
-# The -O2 is needed, as there are some "#ifndef __OPTIMIZE__" stuff
-# that would break the compilation as they add duplicates in the
-# source... and I'm leaving that as an exercise to the reader
-# to find the reasons behind it (Hint: check macro expansion in optimization
-# modes of GCC)
-# hevisko
sedit "s/-O2/$CFLAGS -O2/" Makefile &&
- make LIBDIR=/usr/lib &&
+ make LIBDIR=/usr/lib \
+ KERNEL_DIR=/usr/src/linux &&
prepare_install &&
make LIBDIR=/usr/lib \
BINDIR=/usr/sbin \
More information about the Lunar-commits
mailing list