summaryrefslogtreecommitdiff
path: root/redland
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-03-06 15:01:38 +0000
committerRelease Engineers <releng@openoffice.org>2009-03-06 15:01:38 +0000
commit9f1d152466ea3f3ae3712dc5b06c08bdb0ad6020 (patch)
treea98edf3a41b6544ca2b4cc416fb2e4b65cf65cde /redland
parent414b6e019b959f64f637d9295edf971bff404054 (diff)
#i10000# AUGMENT_LIBRARY_PATH missing
Diffstat (limited to 'redland')
-rw-r--r--redland/rasqal/makefile.mk2
-rw-r--r--redland/redland/makefile.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/redland/rasqal/makefile.mk b/redland/rasqal/makefile.mk
index 94ee33869d2d..0a14095fedc4 100644
--- a/redland/rasqal/makefile.mk
+++ b/redland/rasqal/makefile.mk
@@ -110,7 +110,7 @@ LDFLAGS+:=$(EXTRA_LINKFLAGS)
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH"
CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml
-BUILD_ACTION=$(GNUMAKE)
+BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)
#INSTALL_ACTION=$(GNUMAKE) install
diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk
index f448c5a82397..9508d66f530d 100644
--- a/redland/redland/makefile.mk
+++ b/redland/redland/makefile.mk
@@ -116,7 +116,7 @@ XSLTLIB!:=$(XSLTLIB) # expand variable for (internal) xslt-config
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH"
CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --with-raptor=system --with-rasqual=system --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml
-BUILD_ACTION=$(GNUMAKE)
+BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)
#INSTALL_ACTION=$(GNUMAKE) install