diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | perl/perl-native_5.8.3.oe | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 4f8d58acd6..6ce20501a5 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,4 +1,5 @@ erich@erichl.mine.nu +erich@erichv.mine.nu gbritton@doomcom.org ggilbert@dreamland.(none) ggilbert@olddog.(none) 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} \ |