]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Remove usage of tar's --strip-components option 01/4201/2
authorGeorge Joseph <gjoseph@digium.com>
Wed, 26 Oct 2016 23:48:24 +0000 (17:48 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 27 Oct 2016 14:34:20 +0000 (09:34 -0500)
commit4f45d62653a2b0e5878607df355c042ea41daa13
tree39184743025623b525b3a19faa741f8538a6d10f
parent211a1003e4df38bc2e46d9df54f69f4994ac5b2e
pjproject_bundled:  Remove usage of tar's --strip-components option

Older versions of tar don't support the --strip-components option so
instead of doing 'tar --strip-components=1 -C source', we now just
untar to the tarball's root directory (pjproject-<version>) and
rename that directory to 'source'.

Also fixed an issue where the pjproject source directory is a hard
coded absolute pathname.

ASTERISK-26510 #close
ASTERISK-22480 #close

Change-Id: I9ec92952507a91ff4e4d01e0149e09fd8e8f32b0
third-party/pjproject/Makefile
third-party/pjproject/patches/0000-remove-third-party.patch