summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-05-03 23:17:37 +0000
committerpav <pav@FreeBSD.org>2008-05-03 23:17:37 +0000
commit2352203e2bb3e35113a04a2eecd62e185148adfe (patch)
tree3db3ea8d57c976a1fb470736a6896bbdbd71086c
parentf6342a8cc70520205466101de2fc3225e5c9ab2c (diff)
downloadFreeBSD-src-2352203e2bb3e35113a04a2eecd62e185148adfe.zip
FreeBSD-src-2352203e2bb3e35113a04a2eecd62e185148adfe.tar.gz
- Backout 1.15, it was committed by accident
Pointy hat to: pav
-rw-r--r--usr.sbin/pkg_install/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index eb2ad12..bff3474 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -4,6 +4,11 @@
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
+.if ${MK_OPENSSL} != "no" && \
+ defined(LDADD) && ${LDADD:M-lfetch} != ""
+DPADD+= ${LIBSSL} ${LIBCRYPTO}
+LDADD+= -lssl -lcrypto
+.endif
# Inherit BINDIR from one level up.
.include "../Makefile.inc"
OpenPOWER on IntegriCloud