aboutsummaryrefslogtreecommitdiffstats
path: root/appweb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-30 16:57:59 +0000
committerChris Larson <clarson@kergoth.com>2004-03-30 16:57:59 +0000
commit09cad80ea333b45f0df46b82c78744d3be54c879 (patch)
tree2b1b7f215ab39f7eec7326ddb7788861a676a3e8 /appweb
parentaf450e8dbbd887ca6037bc7ad930d7f15dd04345 (diff)
downloadopenembedded-09cad80ea333b45f0df46b82c78744d3be54c879.tar.gz
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
Diffstat (limited to 'appweb')
-rw-r--r--appweb/appweb_1.0.0.oe3
-rw-r--r--appweb/appweb_1.0.1.oe3
2 files changed, 4 insertions, 2 deletions
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}
}