Changeset 24129
- Timestamp:
- 07/01/2008 12:35:19 AM (6 months ago)
- Files:
-
- trunk/Utilities/dep-build-scripts/purple_make.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Utilities/dep-build-scripts/purple_make.sh
r24050 r24129 74 74 75 75 #Note that whether we use openssl or cdsa the same underlying workarounds (as seen in jabber.c, only usage at present 12/07) are needed 76 export CFLAGS="$BASE_CFLAGS -arch $ARCH -I$TARGET_DIR/include -I$SDK_ROOT/usr/include/kerberosIV -DHAVE_SSL -DHAVE_OPENSSL -fno-common "76 export CFLAGS="$BASE_CFLAGS -arch $ARCH -I$TARGET_DIR/include -I$SDK_ROOT/usr/include/kerberosIV -DHAVE_SSL -DHAVE_OPENSSL -fno-common -DLIBPURPLE_NEW_API" 77 77 78 78 if [ "$DEBUG_SYMBOLS" = "TRUE" ] ; then