aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2014-03-31 11:15:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2014-03-31 11:15:17 +0000
commit22fbdf68baf5c3a87301df8edadc92108dff53c5 (patch)
treef68bf91567fb85b62ebf74068d970bc20f2ceb8d /mail/sendmail
parent9472bb21215da9cd7c00d47fd28c7e8c9de460a2 (diff)
downloadports-22fbdf68baf5c3a87301df8edadc92108dff53c5.tar.gz
ports-22fbdf68baf5c3a87301df8edadc92108dff53c5.zip
Notes
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/bsd.milter.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/bsd.milter.mk b/mail/sendmail/bsd.milter.mk
index 34ab28115b3a..ad38ab4601e2 100644
--- a/mail/sendmail/bsd.milter.mk
+++ b/mail/sendmail/bsd.milter.mk
@@ -65,7 +65,7 @@ MILTER_SOVER?= 6
MILTERBASE?= ${LOCALBASE}
MILTERINC= -I${MILTERBASE}/include
MILTERRPATH= ${MILTERBASE}/lib
-MILTERLIB= -L${MILTERBASE}/lib -rpath=${MILTERRPATH}
+MILTERLIB= -L${MILTERBASE}/lib -Wl,-rpath,${MILTERRPATH}
.if !defined(WITHOUT_MILTER_CFLAGS)
.if defined(CFLAGS)
@@ -88,7 +88,7 @@ pre-everything::
.if defined(WITH_SENDMAIL_BASE)
MILTERBASE?= /usr
MILTERRPATH= ${DESTDIR}/usr/lib:${LOCALBASE}/lib
-MILTERLIB= -rpath=${MILTERRPATH}
+MILTERLIB= -Wl,-rpath,${MILTERRPATH}
.endif
.if !defined(WITHOUT_MILTER_LDFLAGS)