Attached. Basically just add -install_name \$(libdir)/\$(@) to the end of DARWIN_OPTS
osx.diff
Description: Binary data
On Sep 14, 2009, at 9:49 PM, Steven Dake wrote:
Andrew, I tried to merge this patch, but it rejected. Can you merge or send as an attachment? Thanks -steve On Mon, 2009-09-14 at 12:30 +0200, Andrew Beekhof wrote:Index: configure.ac =================================================================== --- configure.ac (revision 2414) +++ configure.ac (working copy) @@ -238,7 +238,7 @@ 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], -- Andrew _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
-- Andrew
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
