]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - lfs/libtool
Merge branch 'ssp'
[people/amarx/ipfire-3.x.git] / lfs / libtool
index f10f6a36d22f991bf71940fbafc8dedebcc5897f..d2a6efcff139a11a236f5fe53f6211a75f4d960c 100644 (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)