Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix building of tests, and building libpkg under some cases
Bryan Drewery committed 11 years ago
commit 5a4cd9a76de86ccc0912b23b397a75c6efa442ac
parent 6f4f421d7ecd697aa6e837e9f496c8417bedc4da
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 \