aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wvstreams/wvstreams_4.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wvstreams/wvstreams_4.4.1.bb')
-rw-r--r--recipes/wvstreams/wvstreams_4.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wvstreams/wvstreams_4.4.1.bb b/recipes/wvstreams/wvstreams_4.4.1.bb
index fa865c7338..4506b05cc7 100644
--- a/recipes/wvstreams/wvstreams_4.4.1.bb
+++ b/recipes/wvstreams/wvstreams_4.4.1.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \
inherit autotools pkgconfig
-LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
+LDFLAGS_append = " -Wl,-rpath-link,${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/lib"
EXTRA_AUTORECONF += " -I${S}/gnulib/m4"
EXTRA_OECONF = " --without-tcl --without-qt --without-pam"