From 9f1d152466ea3f3ae3712dc5b06c08bdb0ad6020 Mon Sep 17 00:00:00 2001 From: Release Engineers Date: Fri, 6 Mar 2009 15:01:38 +0000 Subject: #i10000# AUGMENT_LIBRARY_PATH missing --- redland/rasqal/makefile.mk | 2 +- redland/redland/makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'redland') 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 -- cgit