]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Remove usage of tar's --strip-components option 00/4200/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:33:44 +0000 (09:33 -0500)
commit162bb27cfbd3f8e946d9be7b19f1e84aa3089779
tree22c583412e0d684e807ec132cd08819233d88ece
parent893afdac1ac5b89c2aafda1cb472a57ec81b7d39
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