summaryrefslogtreecommitdiff
path: root/appweb/appweb_1.0.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'appweb/appweb_1.0.0.oe')
-rw-r--r--appweb/appweb_1.0.0.oe3
1 files changed, 2 insertions, 1 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}
}