diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 15:15:10 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 15:15:10 +0400 |
| commit | 0e04bca260780b2ce04e123d09302ce98d9b597a (patch) | |
| tree | d722e54357414907113757f277a7dda7e0092e5a /configure | |
| parent | 8e5d69ca367f7227b1124022d9ccd718fa82e7bc (diff) | |
| download | pcp-0e04bca260780b2ce04e123d09302ce98d9b597a.tar.gz | |
Dyson is Debian
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2819,11 +2819,10 @@ then CFLAGS="-fno-strict-aliasing" elif test $target_os = solaris then + test -f /etc/debian_version && target_distro=debian $as_echo "#define IS_SOLARIS 1" >>confdefs.h - export PATH="$PATH:/opt/SunStudioExpress/bin" - export CFLAGS_IF_GCC="-fPIC -fno-strict-aliasing" - export CFLAGS_IF_SUNCC="-fPIC -xalias_level=any" + export CFLAGS="-fPIC -fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__" elif test $target_os = aix then $as_echo "#define IS_AIX 1" >>confdefs.h |
