diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 13:35:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 13:35:59 +0000 |
commit | c18e027ad54e60f56aecf4442b353793c75e33a2 (patch) | |
tree | 4aa79f984315772d7996cb4b06f525622464014f | |
parent | dd9dd142c98a42c5685991c0d1691b41362a48e7 (diff) | |
download | rtmux-c18e027ad54e60f56aecf4442b353793c75e33a2.tar.gz rtmux-c18e027ad54e60f56aecf4442b353793c75e33a2.tar.bz2 rtmux-c18e027ad54e60f56aecf4442b353793c75e33a2.zip |
Need this rubbish on Solaris for CMESG*.
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.31 2009-08-20 12:49:18 nicm Exp $ +# $Id: configure,v 1.32 2009-08-20 13:35:59 nicm Exp $ TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`} @@ -144,6 +144,7 @@ EOF CPPFLAGS+= -I/usr/local/include/ncurses \ -I/opt/csw/include -I/opt/csw/include/ncurses \ -I/opt/sfw/include -I/opt/sfw/include/ncurses +CFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ LDFLAGS+= -L/usr/gnu/lib \ -L/opt/csw/lib \ -L/opt/sfw/lib |