diff options
author | tron <tron@pkgsrc.org> | 2001-07-19 15:10:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-19 15:10:24 +0000 |
commit | a4bd4c21b51879ed43ee94fd57a2cbd890c83063 (patch) | |
tree | d003b65276fda0a6d47e587840bb52ab06167de4 /mail/elm | |
parent | f923f297a7862870afc1f1a7f66219c5f70b7ccf (diff) | |
download | pkgsrc-a4bd4c21b51879ed43ee94fd57a2cbd890c83063.tar.gz |
Fix runtime library path problem on systems without "libintl" in the
basic NetBSD distribution.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/files/config.sh | 2 |
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' |