Add a --enable-osx-deploy-target option to set the deployment target
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jul 2013 16:42:30 +0000 (16:42 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jul 2013 16:42:30 +0000 (16:42 +0000)
commit368d60c2dd3df4fcdee985fa66fa4e8de2ee9d9c
treeb8643ffb40aaba4a4ddc1b55630b3ce2581c6e45
parentbbeea5678849f464188790d6797ba0003ac96db8
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).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50410 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
configure.ac
packaging/macosx/osx-app.sh