mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
META_MODE: Avoid // in meta log for tracked --sysroot files.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
075b136250
commit
4b23c482f4
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ STAGE_SYMLINKS_DIR= ${STAGE_OBJTOP}
|
|||
|
||||
LDFLAGS_LAST+= -Wl,-rpath-link -Wl,${STAGE_LIBDIR}
|
||||
.if ${MK_SYSROOT} == "yes"
|
||||
SYSROOT?= ${STAGE_OBJTOP}/
|
||||
SYSROOT?= ${STAGE_OBJTOP}
|
||||
.else
|
||||
LDFLAGS_LAST+= -L${STAGE_LIBDIR}
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue