[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Common symbols break OpenLDAP on Mac OS X (ITS#796)
I just updated to the current HEAD, fixed any conflicts,
and did a diff.
Did you apply the patch to config.guess?
Index: build/config.guess
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/build/config.guess,v
retrieving revision 1.7
diff -u -r1.7 config.guess
--- build/config.guess 2000/10/02 20:54:10 1.7
+++ build/config.guess 2000/10/02 22:12:53
@@ -1015,6 +1015,9 @@
Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
+ *:Darwin:*:* | *:"Mac OS":*:*)
+ echo `uname -p`-apple-darwin${UNAME_RELEASE}
+ exit 0 ;;
*:Rhapsody:*:*)
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
Also, yes, we need to figure out something to do with util_int.c
to make shared libraries link.
-- Luke
--
Luke Howard | Darwin Developer | PADL Software Pty Ltd
www.padl.com | lukeh@darwin.apple.com | lukeh@padl.com