mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Up the minimum OS X version to 10.6.
* This allows us to remove some special-case build logic. * 10.5 is down to less that 8% of the OS X market share. 10.4 is down to under 2%. * Apple is no longer releasing security updates for 10.5 and earlier. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
13
configure.ac
13
configure.ac
@@ -1071,18 +1071,7 @@ if test "${check_rpath}" != yes; then
|
||||
elif test "${prefix}" = /usr || test "${prefix}" = NONE; then
|
||||
AC_MSG_RESULT(not needed)
|
||||
else
|
||||
case "${host_os}" in
|
||||
darwin*)
|
||||
AC_MSG_RESULT(not supported)
|
||||
# We set macosx_version_min to 10.4, which doesn't
|
||||
# support rpath. However, we set install_name on our
|
||||
# dylibs, so it's not strictly necessary.
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT(required)
|
||||
AST_RPATH="-Wl,-rpath,${libdir}"
|
||||
;;
|
||||
esac
|
||||
AST_RPATH="-Wl,-rpath,${libdir}"
|
||||
fi
|
||||
AC_SUBST(AST_RPATH)
|
||||
|
||||
|
Reference in New Issue
Block a user