From 3906a67cf0683e33ff01079cc8f758217bdbe37e Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 25 Jul 2007 06:16:43 +0000 Subject: #i80003# fix for FreeBSD --- libxslt/makefile.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libxslt/makefile.mk') diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 02f980ce305c..d307e88ab1f6 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-07-19 11:21:19 $ +# last change: $Author: obo $ $Date: 2007-07-25 07:16:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,9 @@ xslt_CFLAGS+=-xc99=none .ENDIF # "$(COMNAME)"=="sunpro5" CONFIGURE_DIR= xslt_LDFLAGS+=-lxml2 -lz +.IF "$(OS)"=="FREEBSD" +xslt_LDFLAGS+=-L$(SOLARLIBDIR) +.ENDIF 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)" BUILD_ACTION=$(GNUMAKE) -- cgit