1
1

* Need to specify link order to make sure we grab the right mmap

This commit was SVN r8556.
Этот коммит содержится в:
Brian Barrett 2005-12-20 00:50:47 +00:00
родитель 79396ea5a5
Коммит 3f6c409164

Просмотреть файл

@ -66,7 +66,7 @@ AC_DEFUN([MCA_memory_darwin_CONFIG],[
AS_IF([test "$memory_darwin_happy" = "yes"], AS_IF([test "$memory_darwin_happy" = "yes"],
[# Yes, we really do want to screw with LDFLAGS here... [# Yes, we really do want to screw with LDFLAGS here...
LDFLAGS="$LDFLAGS -Wl,-multiply_defined,suppress" LDFLAGS="$LDFLAGS -Wl,-u,_munmap -Wl,-multiply_defined,suppress"
memory_darwin_WRAPPER_EXTRA_LDFLAGS="-Wl,-u,_munmap -Wl,-multiply_defined,suppress" memory_darwin_WRAPPER_EXTRA_LDFLAGS="-Wl,-u,_munmap -Wl,-multiply_defined,suppress"
$1], [$2]) $1], [$2])
]) ])