]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/libxml2
libxml2: Update to disable python2 modules
[people/mfischer/ipfire-2.x.git] / lfs / libxml2
index e3488f054a7f4f768af22895e43c7c2574c613f0..fd4b5e577853b59b08d839d6273a350f7a2f3057 100644 (file)
@@ -73,7 +73,11 @@ $(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 --disable-static --with-history
+       cd $(DIR_APP) && ./configure            \
+                       --prefix=/usr           \
+                       --disable-static        \
+                       --with-history          \
+                       --without-python
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)