From: Michael Tremer Date: Mon, 11 Aug 2008 16:22:17 +0000 (+0000) Subject: Disabled static libs in strongswan. X-Git-Tag: v3.0-alpha1~781 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2506dee485c27c130ea4dde27cda0bf2504cf3f5;p=ipfire-3.x.git Disabled static libs in strongswan. --- diff --git a/lfs/strongswan b/lfs/strongswan index f4c58d50e..66e374016 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -53,10 +53,13 @@ $(objects) : $(TARGET) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --with-uid=99 --with-gid=99 + cd $(DIR_APP) && \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --with-uid=99 --with-gid=99 \ + --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)