diff options
Diffstat (limited to 'perl/perl-native_5.8.3.oe')
-rw-r--r-- | perl/perl-native_5.8.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-native_5.8.3.oe b/perl/perl-native_5.8.3.oe index 474e6dc62d..59fc26f9a4 100644 --- a/perl/perl-native_5.8.3.oe +++ b/perl/perl-native_5.8.3.oe @@ -9,7 +9,7 @@ do_configure () { ./Configure \ -Dcc="${BUILD_CC}" \ -Dcflags="${BUILD_CFLAGS}" \ - -Dldflags="${BUILD_LDFLAGS}" \ + -Dldflags="${BUILD_LDFLAGS} -Wl,-rpath,${STAGING_LIBDIR}" \ -Dusethreads \ -Duselargefiles \ -Dprefix=${prefix} \ |