From: Arne Fitzenreiter Date: Mon, 3 Aug 2009 05:51:18 +0000 (+0200) Subject: Disabled parallel build of strongswan X-Git-Url: http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff_plain;h=430b0f89f93fbcbf382b8a21f394b7c01919794c Disabled parallel build of strongswan --- diff --git a/lfs/strongswan b/lfs/strongswan index 352174f1d..edc604c4b 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -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 6812fc022..defd22971 100755 --- 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