mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-17 01:15:59 +01:00
unbundled build fixes
This commit is contained in:
@@ -13,6 +13,9 @@ ifeq ($(POCO_CONFIG),FreeBSD)
|
||||
SYSLIBS += -lssl -lcrypto -lz
|
||||
else
|
||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||
ifeq ($(POCO_CONFIG),Linux)
|
||||
SYSLIBS += -lkrb5
|
||||
endif
|
||||
endif
|
||||
|
||||
objects = CryptoTestSuite Driver \
|
||||
|
||||
Reference in New Issue
Block a user