aboutsummaryrefslogtreecommitdiffstats
path: root/appweb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-04-01 17:57:34 +0000
committerChris Larson <clarson@kergoth.com>2004-04-01 17:57:34 +0000
commit7d0f4d1ff2349647def5f78e6f07d4ce0bc7fffc (patch)
tree0e273dc0c82ac47904f723db0eaaa44679f0df66 /appweb
parent0851f86cd64bd723f578846da6676c8782ac65d7 (diff)
downloadopenembedded-7d0f4d1ff2349647def5f78e6f07d4ce0bc7fffc.tar.gz
Merge http://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages 2004/03/31 12:17:45-05:00 local!kergoth appweb_1.0.2.oe: Correct LD_LIBRARY_PATH referencing itself. tremor_20030325.oe: Correct the tremor include path passed into the staging make install. 2004/03/30 21:40:59-05:00 local!kergoth Some fixups per the latest staging changes. BKrev: 406c580emotmj9yxCNGAhNEinlE4uw
Diffstat (limited to 'appweb')
-rw-r--r--appweb/appweb_1.0.2.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/appweb/appweb_1.0.2.oe b/appweb/appweb_1.0.2.oe
index 6b271767e1..66911451ce 100644
--- a/appweb/appweb_1.0.2.oe
+++ b/appweb/appweb_1.0.2.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}
}