]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libxslt
Merge branch 'next'
[ipfire-2.x.git] / lfs / libxslt
index 86ebee30e811c99ef9f05545ef9f4baa8576d98c..159956b1a48caab73ea54256b1c206bc44fd5eb2 100644 (file)
@@ -71,7 +71,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure            \
+                       --prefix=/usr           \
+                       --disable-static        \
+                       --without-python
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)