FreeBSD modifications

This commit is contained in:
Aleksandar Fabijanic
2012-09-26 02:51:43 +00:00
parent e7ee78baa5
commit 991fb4a31f
9 changed files with 51 additions and 26 deletions

View File

@@ -9,10 +9,14 @@
include $(POCO_BASE)/build/rules/global
# Note: linking order is important, do not change it.
ifeq ($(POCO_CONFIG),FreeBSD)
SYSLIBS += -lssl -lcrypto -lz
else
SYSLIBS += -lssl -lcrypto -lz -ldl
endif
objects = CryptoTestSuite Driver \
CryptoTest RSATest
CryptoTest DigestEngineTest RSATest
target = testrunner
target_version = 1