mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
Fix --enable-static and add a different check for b64_ntop that might work on
OS X.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user