mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
2
third-party/Makefile.rules
vendored
2
third-party/Makefile.rules
vendored
@@ -28,6 +28,8 @@ export SED
|
||||
export NM
|
||||
export MD5
|
||||
export CAT
|
||||
export CUT
|
||||
export GREP
|
||||
export DOWNLOAD
|
||||
export DOWNLOAD_TO_STDOUT
|
||||
export DOWNLOAD_TIMEOUT
|
||||
|
Reference in New Issue
Block a user