unbundled build fixes

This commit is contained in:
alex
2013-01-05 00:04:09 -06:00
parent 8a44e75187
commit 161ea4ec18
32 changed files with 144 additions and 18 deletions

View File

@@ -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 \