From 09cad80ea333b45f0df46b82c78744d3be54c879 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 30 Mar 2004 16:57:59 +0000 Subject: Merge 2004/03/29 11:11:49-05:00 local!kergoth Bug in scummvm build.. we werent being explicit about configure options, so it was poking around in native headers to determine if we had things like libvorbis and libogg. Fixed. 2004/03/29 11:11:23-05:00 local!kergoth Bugfixes in pango and appweb per the recent oe metadata handling change. BKrev: 4069a7174MMf0zvSv3smX-syqMLJLA --- appweb/appweb_1.0.0.oe | 3 ++- appweb/appweb_1.0.1.oe | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'appweb') diff --git a/appweb/appweb_1.0.0.oe b/appweb/appweb_1.0.0.oe index 8bb065ea28..0b4374b813 100644 --- a/appweb/appweb_1.0.0.oe +++ b/appweb/appweb_1.0.0.oe @@ -62,7 +62,8 @@ EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ --disable-ssl" EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" -export LD_LIBRARY_PATH = "${S}/lib:${LD_LIBRARY_PATH}" +LD_LIBRARY_PATH_prepend = "${S}/lib:" +LD_LIBRARY_PATH[export] = "1" do_configure () { ./configure ${EXTRA_OECONF} } diff --git a/appweb/appweb_1.0.1.oe b/appweb/appweb_1.0.1.oe index 29ca677d58..c065e4ad7c 100644 --- a/appweb/appweb_1.0.1.oe +++ b/appweb/appweb_1.0.1.oe @@ -61,7 +61,8 @@ EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ --disable-ssl" EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" -export LD_LIBRARY_PATH = "${S}/lib:${LD_LIBRARY_PATH}" +LD_LIBRARY_PATH_prepend = "${S}/lib:" +LD_LIBRARY_PATH[export] = "1" do_configure () { ./configure ${EXTRA_OECONF} } -- cgit v1.2.3