mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
FreeBSD modifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user