Commit 8dc73f9e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix xml2 installation on OSX

parent 17ea145c
...@@ -21,7 +21,5 @@ libxml2: libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2 ...@@ -21,7 +21,5 @@ libxml2: libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
.libxml2: libxml2 .libxml2: libxml2
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) CFLAGS="-DLIBXML_STATIC" $(XMLCONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF) CFLAGS="-DLIBXML_STATIC" $(XMLCONF)
ifndef HAVE_MACOSX
cd $< && $(MAKE) install cd $< && $(MAKE) install
endif
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment