http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50439
User: guy
Date: 2013/07/07 02:36 PM
Log:
Copy over revisions from trunk:
------------------------------------------------------------------------
r50426 | guy | 2013-07-06 16:29:50 -0700 (Sat, 06 Jul 2013) | 8 lines
Check for an OS X deployment target early, so that as many
tests using the compiler are done using the flags that
we'll be using when building.
Add a -mmacosx-version-min flag to CFLAGS/CPPFLAGS/LDFLAGS so that the
compiler tests use them. This may, or may not, obviate the need to set
MACOSX_DEPLOYMENT_TARGET in OSX_DEPLOY_TARGET.
------------------------------------------------------------------------
r50410 | guy | 2013-07-06 09:42:30 -0700 (Sat, 06 Jul 2013) | 9 lines
Add a --enable-osx-deploy-target option to set the deployment target
when building for OS X; that causes the MACOSX_DEPLOYMENT_TARGET
environment variable to be set when building (so that, for example, we
don't use linker features available on the version on which we're
building but not on the minimum OS version for which we're building),
and causes the SDK for that version to be used (so that, for example, we
don't link with libraries with later version numbers than the ones
provided with the OS version for which we're building).
Directory: /trunk-1.10/packaging/macosx/
Changes Path Action
+13 -1 osx-app.sh Modified
Directory: /trunk-1.10/
Changes Path Action
+1 -1 Makefile.am Modified
+126 -0 configure.ac Modified