1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00

r18914: this bug fix needs to be for just hpux 11.11

This commit is contained in:
Andrew Tridgell
2006-09-26 05:40:57 +00:00
committed by Gerald (Jerry) Carter
parent f7f548a1c7
commit 2cccede13d

View File

@@ -60,7 +60,10 @@ case "$host_os" in
*hpux*)
# mmap on HPUX is completely broken...
AC_DEFINE(MMAP_BLACKLIST, 1, [Whether MMAP is broken])
CFLAGS="$CFLAGS -D_LARGEFILE64_SUPPORT -D__LP64__ -DO_LARGEFILE=04000"
if test "`uname -r`" = "B.11.11"; then
AC_MSG_WARN([Enabling HPUX 11.11 header bug workaround])
CFLAGS="$CFLAGS -D_LARGEFILE64_SUPPORT -D__LP64__ -DO_LARGEFILE=04000"
fi
;;
*aix*)
if test "${GCC}" != "yes"; then