mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
We build important toolchain statically. So build BSD 'ar' statically
when its replacing GNU 'ar'.
This commit is contained in:
parent
a856b6c56c
commit
18bbbf9ba4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176454
@ -13,6 +13,7 @@ DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} ${LIBELF}
|
||||
LDADD= -larchive -lbz2 -lz -lelf
|
||||
|
||||
.if defined(WITH_BSDAR)
|
||||
NO_SHARED?= yes
|
||||
LINKS= ${BINDIR}/ar ${BINDIR}/ranlib
|
||||
MLINKS= ar ranlib
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user