Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix building of tests, and building libpkg under some cases
Bryan Drewery committed 11 years ago
commit 5a4cd9a76de86ccc0912b23b397a75c6efa442ac
parent 6f4f421
2 files changed +3 -0
modified libpkg/Makefile.am
@@ -64,6 +64,7 @@ libpkg_la_LIBADD= $(top_builddir)/external/libucl.la \
			-larchive \
			-lfetch \
			-lutil \
+
			-lssl \
			-lcrypto \
			-lm

modified tests/Makefile.am
@@ -10,6 +10,8 @@ GENERIC_LDADD= $(top_builddir)/libpkg/libpkg_static.la \
		-larchive \
		-lutil \
		-lm \
+
		-lssl \
+
		-lcrypto \
		-L/usr/local/lib \
		-latf-c
PUBLIC_INCS=	-I$(top_srcdir)/libpkg -DTESTING \