mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 12:35:46 +00:00
Darwin libraries need -install_name otherwise they're not usable without DYLD_LIBRARY_PATH (which is highly unrecommended)
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2417 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
f170a431ce
commit
8ec3339ba3
@ -238,7 +238,7 @@ case "$host_os" in
|
||||
OS_DYFLAGS=""
|
||||
DARWIN_OPTS="-dynamiclib -bind_at_load \
|
||||
-current_version ${SONAME} \
|
||||
-compatibility_version ${SONAME}"
|
||||
-compatibility_version ${SONAME} -install_name \$(libdir)/\$(@)"
|
||||
AC_DEFINE_UNQUOTED([MAP_ANONYMOUS], [MAP_ANON],
|
||||
[Shared memory define for Darwin platform])
|
||||
AC_DEFINE_UNQUOTED([PATH_MAX], [4096],
|
||||
|
Loading…
Reference in New Issue
Block a user