summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-19 15:10:24 +0000
committertron <tron@pkgsrc.org>2001-07-19 15:10:24 +0000
commita4bd4c21b51879ed43ee94fd57a2cbd890c83063 (patch)
treed003b65276fda0a6d47e587840bb52ab06167de4
parentf923f297a7862870afc1f1a7f66219c5f70b7ccf (diff)
downloadpkgsrc-a4bd4c21b51879ed43ee94fd57a2cbd890c83063.tar.gz
Fix runtime library path problem on systems without "libintl" in the
basic NetBSD distribution.
-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'