]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Build: Fix OSX build issues.
authorCorey Farrell <git@cfware.com>
Sun, 19 Nov 2017 15:57:28 +0000 (10:57 -0500)
committerCorey Farrell <git@cfware.com>
Sun, 19 Nov 2017 20:33:12 +0000 (14:33 -0600)
commit1346e1e7582f8050b84b95fd8f66eb918f28436a
tree91956aaaab6f193385965b3afe0806f4c569d1b4
parent8fdc7fd1d3e77ae171671231e318d15710a0f715
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
build_tools/list_valid_installed_externals
configure
configure.ac
makeopts.in
third-party/Makefile.rules
third-party/pjproject/Makefile
third-party/pjproject/apply_patches
third-party/pjproject/configure.m4