diff options
Diffstat (limited to 'recipes/wvstreams/wvstreams_4.2.2.bb')
-rw-r--r-- | recipes/wvstreams/wvstreams_4.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wvstreams/wvstreams_4.2.2.bb b/recipes/wvstreams/wvstreams_4.2.2.bb index 47a54463d5..ea2a9eb0bb 100644 --- a/recipes/wvstreams/wvstreams_4.2.2.bb +++ b/recipes/wvstreams/wvstreams_4.2.2.bb @@ -12,7 +12,7 @@ SRC_URI = "http://ftp.de.debian.org/debian/pool/main/w/wvstreams/${PN}_${PV}.ori inherit autotools pkgconfig -LDFLAGS_append = " -Wl,-rpath-link,${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/lib" +LDFLAGS_append = " -Wl,-rpath-link,${TOOLCHAIN_PATH}/${TARGET_SYS}/lib" EXTRA_AUTORECONF += " -I${S}/gnulib/m4" EXTRA_OECONF = " --without-tcl --without-qt --without-pam" |