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:
committed by
Gerald (Jerry) Carter
parent
f7f548a1c7
commit
2cccede13d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user