1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

DIRDEPS_BUILD: Use 1 parameter for defining -rpath-link.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-04-04 23:15:57 +00:00
parent fb232cbf6d
commit 8e8df7d50a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297566

View File

@ -179,7 +179,7 @@ STAGE_INCSDIR= ${STAGE_OBJTOP}${INCSDIR:U/include}
# the target is usually an absolute path
STAGE_SYMLINKS_DIR= ${STAGE_OBJTOP}
LDFLAGS_LAST+= -Wl,-rpath-link -Wl,${STAGE_LIBDIR}
LDFLAGS_LAST+= -Wl,-rpath-link,${STAGE_LIBDIR}
.if ${MK_SYSROOT} == "yes"
SYSROOT?= ${STAGE_OBJTOP}
.else