aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2014-07-06 02:45:41 +0800
committerdinoex <dinoex@FreeBSD.org>2014-07-06 02:45:41 +0800
commitf0417c2e0d9664d4e73251c0a936cd028a3ff285 (patch)
tree4aff522f8c24f4088d849e49b7f6aa953a3f82ac /mail
parent5981e6c343156d9c385c595bab5148c22b3d7792 (diff)
downloadfreebsd-ports-gnome-f0417c2e0d9664d4e73251c0a936cd028a3ff285.tar.gz
freebsd-ports-gnome-f0417c2e0d9664d4e73251c0a936cd028a3ff285.tar.zst
freebsd-ports-gnome-f0417c2e0d9664d4e73251c0a936cd028a3ff285.zip
- fix build with clang34
PR: 191074, 191290
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/files/site.config.m4.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/files/site.config.m4.ssl b/mail/sendmail/files/site.config.m4.ssl
index 801030866543..e49f187aca51 100644
--- a/mail/sendmail/files/site.config.m4.ssl
+++ b/mail/sendmail/files/site.config.m4.ssl
@@ -1,3 +1,4 @@
-APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib' -rpath=%%LOCALBASE%%/lib )
+APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib')
+APPENDDEF(`confLDOPTS', `-Wl,-rpath=%%LOCALBASE%%/lib')
APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include')
APPENDDEF(`conf_sendmail_ENVDEF', `-DHASSRANDOMDEV')