mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
updated Apple configs
This commit is contained in:
parent
f9e6b51a72
commit
a4475b694e
@ -90,7 +90,7 @@ RELEASEOPT_LINK =
|
|||||||
#
|
#
|
||||||
# System Specific Flags
|
# System Specific Flags
|
||||||
#
|
#
|
||||||
SYSFLAGS = -DPOCO_HAVE_IPv6 -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_STAT64 -DPOCO_NO_SHAREDLIBS -DPOCO_NO_NET_IFTYPES -DPOCO_NO_FORK_EXEC
|
SYSFLAGS = -DPOCO_HAVE_IPv6 -DPOCO_SOCKETADDRESS_DONT_PREFER_IPV4 -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_STAT64 -DPOCO_NO_SHAREDLIBS -DPOCO_NO_NET_IFTYPES -DPOCO_NO_FORK_EXEC
|
||||||
|
|
||||||
#
|
#
|
||||||
# System Specific Libraries
|
# System Specific Libraries
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
# Use the Darwin32 build configuration to build 32-bit binaries.
|
# Use the Darwin32 build configuration to build 32-bit binaries.
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(POCO_BASE)/build/config/Darwin-clang
|
include $(POCO_BASE)/build/config/Darwin-clang-libc++
|
||||||
|
@ -29,8 +29,8 @@ endif
|
|||||||
#
|
#
|
||||||
# Tools
|
# Tools
|
||||||
#
|
#
|
||||||
CC = clang
|
CC = $(shell xcrun -find clang)
|
||||||
CXX = clang++
|
CXX = $(shell xcrun -find clang++)
|
||||||
LINK = $(CXX) -bind_at_load
|
LINK = $(CXX) -bind_at_load
|
||||||
LIB = libtool -static -o
|
LIB = libtool -static -o
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
@ -18,7 +18,7 @@ LINKMODE ?= SHARED
|
|||||||
|
|
||||||
POCO_TARGET_OSARCH ?= x86_64
|
POCO_TARGET_OSARCH ?= x86_64
|
||||||
POCO_HOST_OSARCH := $(POCO_TARGET_OSARCH)
|
POCO_HOST_OSARCH := $(POCO_TARGET_OSARCH)
|
||||||
ARCHFLAGS ?= -arch $(POCO_TARGET_OSARCH)
|
ARCHFLAGS ?= -arch $(POCO_TARGET_OSARCH)
|
||||||
|
|
||||||
OPENSSL_DIR ?= /usr/local/opt/openssl/
|
OPENSSL_DIR ?= /usr/local/opt/openssl/
|
||||||
|
|
||||||
@ -79,4 +79,4 @@ SYSFLAGS = -DPOCO_HAVE_IPv6 -DPOCO_NO_STAT64 -I$(OPENSSL_DIR)/include
|
|||||||
#
|
#
|
||||||
# System Specific Libraries
|
# System Specific Libraries
|
||||||
#
|
#
|
||||||
SYSLIBS = -L$(OPENSSL_DIR)/lib -ldl
|
SYSLIBS = -L$(OPENSSL_DIR)/lib -ldl
|
||||||
|
@ -90,7 +90,7 @@ RELEASEOPT_LINK =
|
|||||||
#
|
#
|
||||||
# System Specific Flags
|
# System Specific Flags
|
||||||
#
|
#
|
||||||
SYSFLAGS = -DPOCO_HAVE_IPv6 -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_STAT64 -DPOCO_NO_SHAREDLIBS -DPOCO_NO_NET_IFTYPES -DPOCO_NO_FORK_EXEC
|
SYSFLAGS = -DPOCO_HAVE_IPv6 -DPOCO_SOCKETADDRESS_DONT_PREFER_IPV4 -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_STAT64 -DPOCO_NO_SHAREDLIBS -DPOCO_NO_NET_IFTYPES -DPOCO_NO_FORK_EXEC
|
||||||
|
|
||||||
#
|
#
|
||||||
# System Specific Libraries
|
# System Specific Libraries
|
||||||
|
@ -90,7 +90,7 @@ RELEASEOPT_LINK =
|
|||||||
#
|
#
|
||||||
# System Specific Flags
|
# System Specific Flags
|
||||||
#
|
#
|
||||||
SYSFLAGS = -DPOCO_HAVE_IPv6 -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_STAT64 -DPOCO_NO_SHAREDLIBS -DPOCO_NO_NET_IFTYPES
|
SYSFLAGS = -DPOCO_HAVE_IPv6 -DPOCO_SOCKETADDRESS_DONT_PREFER_IPV4 -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_STAT64 -DPOCO_NO_SHAREDLIBS -DPOCO_NO_NET_IFTYPES
|
||||||
|
|
||||||
#
|
#
|
||||||
# System Specific Libraries
|
# System Specific Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user