mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
commit
aec24aa4f7
@ -10,8 +10,12 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
|
ifeq ($(POCO_CONFIG),QNX)
|
||||||
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
objects = genrsakey
|
objects = genrsakey
|
||||||
|
|
||||||
target = genrsakey
|
target = genrsakey
|
||||||
|
@ -10,8 +10,12 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
|
ifeq ($(POCO_CONFIG),QNX)
|
||||||
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
objects = CryptoTestSuite Driver \
|
objects = CryptoTestSuite Driver \
|
||||||
CryptoTest DigestEngineTest ECTest \
|
CryptoTest DigestEngineTest ECTest \
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include <utime.h>
|
#include <utime.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#if (POCO_OS == POCO_OS_SOLARIS)
|
#if (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_QNX)
|
||||||
#define STATFSFN statvfs
|
#define STATFSFN statvfs
|
||||||
#define STATFSSTRUCT statvfs
|
#define STATFSSTRUCT statvfs
|
||||||
#else
|
#else
|
||||||
|
@ -10,8 +10,12 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
|
ifeq ($(POCO_CONFIG),QNX)
|
||||||
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
objects = HTTPSTimeServer
|
objects = HTTPSTimeServer
|
||||||
|
|
||||||
|
@ -10,8 +10,12 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
|
ifeq ($(POCO_CONFIG),QNX)
|
||||||
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
objects = Mail
|
objects = Mail
|
||||||
|
|
||||||
|
@ -10,8 +10,12 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
|
ifeq ($(POCO_CONFIG),QNX)
|
||||||
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
objects = Twitter TweetApp
|
objects = Twitter TweetApp
|
||||||
|
|
||||||
|
@ -10,8 +10,12 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
|
ifeq ($(POCO_CONFIG),QNX)
|
||||||
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
objects = download
|
objects = download
|
||||||
|
|
||||||
|
@ -10,8 +10,12 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
|
ifeq ($(POCO_CONFIG),QNX)
|
||||||
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
objects = NetSSLTestSuite Driver \
|
objects = NetSSLTestSuite Driver \
|
||||||
HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest HTTPSServerTestSuite \
|
HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest HTTPSServerTestSuite \
|
||||||
|
Loading…
Reference in New Issue
Block a user