]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Disabled parallel build of strongswan
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 3 Aug 2009 05:51:18 +0000 (07:51 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 3 Aug 2009 05:51:18 +0000 (07:51 +0200)
lfs/strongswan
make.sh

index 352174f1df4b02bd9139553042f0c48f990b685f..edc604c4b0474a57344ed4f68bec9ac65b66de63 100644 (file)
@@ -98,7 +98,7 @@ $(OBJECT): $(objects)
                        --libexecdir=/usr/lib \
                        --with-user=nobody \
                        --disable-static
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
+       cd $(DIR_APP) && make #$(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        rm -vf /usr/lib/libstrongswan.la /usr/lib/ipsec/plugins/*.la
        @rm -rf $(DIR_APP)
diff --git a/make.sh b/make.sh
index 6812fc0223662f79365e7bb98b4d6311c95604d2..defd22971f7c455c9d9ded6288baa65c6c161756 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -310,7 +310,7 @@ ipfire_build() {
        
        ### Building vpn stuff
        #
-       #ipfire_make strongswan
+       ipfire_make strongswan
        ipfire_make openvpn
        
        ### Building filesystem stuff