summaryrefslogtreecommitdiff
path: root/third-party/Makefile.rules
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-19 10:57:28 -0500
committerCorey Farrell <git@cfware.com>2017-11-19 14:33:12 -0600
commit1346e1e7582f8050b84b95fd8f66eb918f28436a (patch)
tree91956aaaab6f193385965b3afe0806f4c569d1b4 /third-party/Makefile.rules
parent8fdc7fd1d3e77ae171671231e318d15710a0f715 (diff)
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
Diffstat (limited to 'third-party/Makefile.rules')
-rw-r--r--third-party/Makefile.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/third-party/Makefile.rules b/third-party/Makefile.rules
index f8b72ba6d..8306869f9 100644
--- a/third-party/Makefile.rules
+++ b/third-party/Makefile.rules
@@ -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