mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Build: Fix OSX build issues.
OSX does not support 'readlink -f' or 'sed -r'. Replace readlink with the GNU make macro 'realpath'. Replace sed with grep in one place, cut in the other. ASTERISK-27332 Change-Id: I5d34ecca905384decb22ead45c913ae5e8aff748
This commit is contained in:
@@ -264,6 +264,7 @@ AC_SUBST(GNU_LD)
|
||||
AC_PATH_PROG([BISON], [bison], :)
|
||||
AC_PATH_PROG([CMP], [cmp], :)
|
||||
AC_PATH_PROG([CAT], [cat], :)
|
||||
AC_PATH_PROG([CUT], [cut], :)
|
||||
AC_PATH_PROG([FLEX], [flex], :)
|
||||
AC_PATH_PROG([GREP], [grep], :)
|
||||
AC_PATH_PROG([PYTHON], [python], :)
|
||||
|
Reference in New Issue
Block a user