diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/os/conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/auto/os/conf b/auto/os/conf index 0b2a4357e..d0eb7876d 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -19,13 +19,12 @@ case $PLATFORM in . auto/os/freebsd ;; - Solaris:*) - CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64" - CORE_LIBS="$CORE_LIBS -lsocket -lnsl" + Linux:*) + . auto/os/linux ;; - Linux:*) - CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" + SunOS:*) + . auto/os/solaris ;; win32) |
