diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-19 10:21:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-19 10:21:19 +0000 |
commit | 390e886cdb367e200e1f9026372ca5ac05d73fd2 (patch) | |
tree | e8564aa769caf881c837dd66efda69e4c327af4b /libxslt/makefile.mk | |
parent | 13ffeb383bd24684c5e2ac48ae007959d59434a2 (diff) |
#i10000# change from CWS mingwport05 breaks Linux/Solaris
Diffstat (limited to 'libxslt/makefile.mk')
-rw-r--r-- | libxslt/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index b6ab891b5a37..02f980ce305c 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2007-07-17 07:24:49 $ +# last change: $Author: obo $ $Date: 2007-07-19 11:21:19 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -88,8 +88,9 @@ xslt_LDFLAGS+=-L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -L$(SOLARLIBDIR) -lpthrea xslt_CFLAGS+=-xc99=none .ENDIF # "$(COMNAME)"=="sunpro5" CONFIGURE_DIR= +xslt_LDFLAGS+=-lxml2 -lz CONFIGURE_ACTION=chmod 777 libxml2-config && .$/configure -CONFIGURE_FLAGS=--enable-ipv6=no --without-crypto --without-python --enable-static=no --with-sax1=yes CFLAGS="$(xslt_CFLAGS)" LDFLAGS="$(xslt_LDFLAGS)" LIBXML2LIB=$(LIBXML2LIB) ZLIB3RDLIB=$(ZLIB3RDLIB) +CONFIGURE_FLAGS=--enable-ipv6=no --without-crypto --without-python --enable-static=no --with-sax1=yes CFLAGS="$(xslt_CFLAGS)" LDFLAGS="$(xslt_LDFLAGS)" BUILD_ACTION=$(GNUMAKE) BUILD_FLAGS+= -j$(EXTMAXPROCESS) BUILD_DIR=$(CONFIGURE_DIR) |