Fix --enable-static and add a different check for b64_ntop that might work on

OS X.
This commit is contained in:
Nicholas Marriott
2011-07-27 09:31:08 +00:00
parent e9ebdac3dd
commit ee5e97926d
2 changed files with 39 additions and 15 deletions

View File

@ -43,11 +43,6 @@ CPPFLAGS += -I. -I- -I/usr/local/include
endif
endif
# Set flags for static.
if IS_STATIC
LDFLAGS += -static
endif
# Set flags for Solaris.
if IS_SUNOS
CPPFLAGS += -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS