openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : iptables Makefile,1.2,1.3 Rules.make,1.2,1.3


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : iptables Makefile,1.2,1.3 Rules.make,1.2,1.3
Date: Tue, 06 Aug 2002 18:28:05 -0400

Update of /cvsroot/openap/iptables
In directory subversions:/tmp/cvs-serv7674

Modified Files:
        Makefile Rules.make 
Log Message:
include only MASQUERADE support statically, unconditionally


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/iptables/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile    20 May 2002 01:01:26 -0000      1.2
+++ Makefile    6 Aug 2002 22:28:03 -0000       1.3
@@ -1,7 +1,7 @@
 
 
 # uncomment this to get a fully statically linked version
-# NO_SHARED_LIBS = 1
+NO_SHARED_LIBS = 1
 
 ######################################################################
 # YOU SHOULD NOT NEED TO TOUCH ANYTHING BELOW THIS LINE

Index: Rules.make
===================================================================
RCS file: /cvsroot/openap/iptables/Rules.make,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Rules.make  20 May 2002 01:01:26 -0000      1.2
+++ Rules.make  6 Aug 2002 22:28:03 -0000       1.3
@@ -13,8 +13,6 @@
 install: all
        mkdir -p $(IMAGE_DIR)/sbin
        $(INSTALL) -s iptables $(IMAGE_DIR)/sbin
-       mkdir -p $(IMAGE_DIR)/usr/lib/iptables
-       $(INSTALL) -s extensions/libipt_MASQUERADE.so 
$(IMAGE_DIR)/usr/lib/iptables
 
 install-experimental: $(EXTRA_INSTALLS_EXP)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]