mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Fixes for OS X build with Macports
This commit is contained in:
@@ -15,6 +15,10 @@ PLATOPTS_SPARC64=-mcpu=ultrasparc -pipe -fomit-frame-pointer -ffast-math -finlin
|
||||
N2N_OBJS_OPT=
|
||||
LIBS_EDGE_OPT=@N2N_LIBS@
|
||||
|
||||
OPENSSL_CFLAGS=$(shell pkg-config openssl; echo $$?)
|
||||
ifeq ($(OPENSSL_CFLAGS), 0)
|
||||
CFLAGS+=$(shell pkg-config --cflags-only-I openssl)
|
||||
endif
|
||||
|
||||
CFLAGS+=$(DEBUG) $(OPTIMIZATION) $(WARN) $(OPTIONS) $(PLATOPTS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user