mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- add -Wl to rpath
This commit is contained in:
parent
9472bb2121
commit
22fbdf68ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349732
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user