http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50410
User: guy
Date: 2013/07/06 09:42 AM
Log:
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/packaging/macosx/
Changes Path Action
+13 -1 osx-app.sh Modified
Directory: /trunk/
Changes Path Action
+1 -1 Makefile.am Modified
+98 -0 configure.ac Modified