[CalendarServer-changes] [7373] CalendarServer/branches/users/glyph/misc-portability-fixes/support/ build.sh
source_changes at macosforge.org
source_changes at macosforge.org
Wed Apr 27 11:45:14 PDT 2011
Revision: 7373
http://trac.macosforge.org/projects/calendarserver/changeset/7373
Author: glyph at apple.com
Date: 2011-04-27 11:45:14 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
Aggregate CPPFLAGS and LDFLAGS through the build process so that pyopenldap can pick up the appropriate directory to grab its openldap dependency from.
Modified Paths:
--------------
CalendarServer/branches/users/glyph/misc-portability-fixes/support/build.sh
Modified: CalendarServer/branches/users/glyph/misc-portability-fixes/support/build.sh
===================================================================
--- CalendarServer/branches/users/glyph/misc-portability-fixes/support/build.sh 2011-04-27 18:45:06 UTC (rev 7372)
+++ CalendarServer/branches/users/glyph/misc-portability-fixes/support/build.sh 2011-04-27 18:45:14 UTC (rev 7373)
@@ -541,6 +541,8 @@
export PATH="${PATH}:${srcdir}/_root/bin";
export C_INCLUDE_PATH="${C_INCLUDE_PATH:-}:${srcdir}/_root/include";
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}:${srcdir}/_root/lib";
+ export CPPFLAGS="${CPPFLAGS:-} -I${srcdir}/_root/include";
+ export LDFLAGS="${LDFLAGS:-} -L${srcdir}/_root/lib";
export DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH:-}:${srcdir}/_root/lib";
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110427/3beac10e/attachment.html>
More information about the calendarserver-changes
mailing list