]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Disabled static libs in strongswan.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 16:22:17 +0000 (16:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 16:22:17 +0000 (16:22 +0000)
lfs/strongswan

index f4c58d50e42b46ee19a0cc188abcace65392e0bf..66e374016ca9eca74ce4647047721e8cbe040546 100644 (file)
@@ -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)