]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - lfs/file
Merge branch 'ssp'
[ipfire-3.x.git] / lfs / file
index 95b92cdebffbb417d6ec3dd1248c7a4722f7311e..64ebe3a772172d07c5aabcff3f15d44eefed007a 100644 (file)
--- a/lfs/file
+++ b/lfs/file
@@ -53,7 +53,7 @@ $(objects) :
 $(TARGET) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)