summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-10-27 23:19:51 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-10-27 23:19:51 +0000
commite2253425dbffc80eb21523160b8f597d676fe825 (patch)
treedb04b207789e4b49e8716befefa716bbb9a9cc91 /usr.sbin/pkg/Makefile
parent8d27cd943761a6ef321e200a8c133c0e67fab66c (diff)
downloadFreeBSD-src-e2253425dbffc80eb21523160b8f597d676fe825.zip
FreeBSD-src-e2253425dbffc80eb21523160b8f597d676fe825.tar.gz
Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g.
FreeBSD:11:amd64 instead of freebsd:11:x86:64) when bootstrapping pkg. Thanks to portmgr for providing symlinks so both styles work. Reviewed by: bapt MFC after: 3 weeks
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 6a6c1dd..6c44806 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -8,7 +8,7 @@ CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
.PATH: ${.CURDIR}/../../contrib/libucl/include
DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
${LIBCRYPTO} ${LIBM}
-LDADD= -larchive -lelf -lfetch ${LDUCL} -lsbuf -lssl -lcrypto -lm
+LDADD= -larchive -lfetch ${LDUCL} -lsbuf -lssl -lcrypto -lm
USEPRIVATELIB= ucl
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud