diff options
author | tono <tono@openoffice.org> | 2010-06-05 07:44:18 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2010-06-05 07:44:18 +0900 |
commit | 9c9bd762f495851613f2e23283abc23c68db76ca (patch) | |
tree | 93b3ffbbd799742eb063ee4bc04f2a438aade89b /libxml2 | |
parent | b51f76cce24929b15da2773364e6b845cc4653e2 (diff) |
i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : more fixes
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index 057b92a8c121..c315b871ac6d 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -67,7 +67,7 @@ xml2_LIBS+=-lstdc++_s .ENDIF CONFIGURE_DIR= CONFIGURE_ACTION=.$/configure -CONFIGURE_FLAGS=--enable-ipv6=no --without-python --without-zlib --enable-static=no --without-debug --build=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" CC="$(xml2_CC)" LDFLAGS="-no-undefined -Wl,--enable-runtime-pseudo-reloc -L$(ILIB:s/;/ -L/)" LIBS="$(xml2_LIBS)" OBJDUMP="$(WRAPCMD) objdump" +CONFIGURE_FLAGS=--enable-ipv6=no --without-python --without-zlib --enable-static=no --without-debug --build=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" CC="$(xml2_CC)" LDFLAGS="-no-undefined -Wl,--enable-runtime-pseudo-reloc-v2 -L$(ILIB:s/;/ -L/)" LIBS="$(xml2_LIBS)" OBJDUMP="$(WRAPCMD) objdump" BUILD_ACTION=$(GNUMAKE) BUILD_DIR=$(CONFIGURE_DIR) .ELSE |