Kaydet (Commit) 5a2dcd07 authored tarafından David Tardon's avatar David Tardon

fix build of raptor on mingw

configure needs to find xml-config .

Change-Id: I6f80c9acda770886e5923ba8d5cb7c8bd3e11a94
üst 3a56257e
...@@ -23,6 +23,7 @@ $(call gb_ExternalProject_get_state_target,raptor,build): ...@@ -23,6 +23,7 @@ $(call gb_ExternalProject_get_state_target,raptor,build):
CC="$(CC) -mthreads $(if $(filter YES,$(MINGW_SHARED_GCCLIB)),-shared-libgcc)" \ CC="$(CC) -mthreads $(if $(filter YES,$(MINGW_SHARED_GCCLIB)),-shared-libgcc)" \
LDFLAGS="-Wl$(COMMA)--no-undefined -Wl$(COMMA)--enable-runtime-pseudo-reloc-v2 -Wl$(COMMA)--export-all-symbols $(subst ;, -L,$(ILIB))" \ LDFLAGS="-Wl$(COMMA)--no-undefined -Wl$(COMMA)--enable-runtime-pseudo-reloc-v2 -Wl$(COMMA)--export-all-symbols $(subst ;, -L,$(ILIB))" \
OBJDUMP="$(HOST_PLATFORM)-objdump" \ OBJDUMP="$(HOST_PLATFORM)-objdump" \
$(if $(and $(filter YES,$(SYSTEM_LIBXML)),$(filter GCC,$(COM))),PATH="$(MINGW_SYSROOT)/bin:$$PATH") \
./configure --disable-static --enable-shared --disable-gtk-doc \ ./configure --disable-static --enable-shared --disable-gtk-doc \
--enable-parsers="rdfxml ntriples turtle trig guess rss-tag-soup" \ --enable-parsers="rdfxml ntriples turtle trig guess rss-tag-soup" \
--with-www=xml \ --with-www=xml \
......
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