summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2001-07-19 15:10:24 +0000
committertron <tron>2001-07-19 15:10:24 +0000
commit6bef242331461fa85754c8f84ae0437b1e2c2527 (patch)
treed003b65276fda0a6d47e587840bb52ab06167de4 /mail
parent1834cebe4c37278ba3337bf41986b214a6ca85cb (diff)
downloadpkgsrc-6bef242331461fa85754c8f84ae0437b1e2c2527.tar.gz
Fix runtime library path problem on systems without "libintl" in the
basic NetBSD distribution.
Diffstat (limited to 'mail')
-rw-r--r--mail/elm/files/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/elm/files/config.sh b/mail/elm/files/config.sh
index 47c4c22a4f8..fadbb166be8 100644
--- a/mail/elm/files/config.sh
+++ b/mail/elm/files/config.sh
@@ -260,7 +260,7 @@ huge=''
optimize='-O2'
ccflags='-ILOCALBASE/include'
cppflags=' -ILOCALBASE/include'
-ldflags='-LLOCALBASE/lib'
+ldflags='-Wl,-RLOCALBASE/lib -LLOCALBASE/lib'
cc='cc -MD'
libs='-lintl'
nametype='bsd'