diff options
author | Bradley Sepos <[email protected]> | 2016-05-25 16:25:35 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 16:25:37 -0400 |
commit | ec2e3272044cb3c7426c0c0151aae354575f8187 (patch) | |
tree | aa14d66e8c49a1e56ad102c3e193e7e7af966160 /contrib/bzip2 | |
parent | b557b43ff285126e05e40a3c3a9e922bf190eb0c (diff) |
contrib: Remove tarbase from bzip2.
The proper 1.0.6 archive does not need it, which causes build failure on systems that use this contrib (Windows).
Diffstat (limited to 'contrib/bzip2')
-rw-r--r-- | contrib/bzip2/module.defs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/bzip2/module.defs b/contrib/bzip2/module.defs index 7c14485d9..b7aedf00c 100644 --- a/contrib/bzip2/module.defs +++ b/contrib/bzip2/module.defs @@ -4,7 +4,6 @@ $(eval $(call import.CONTRIB.defs,BZIP2)) BZIP2.FETCH.url = http://download.handbrake.fr/handbrake/contrib/bzip2-1.0.6.tar.gz BZIP2.FETCH.url += http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz BZIP2.FETCH.md5 = 00b516f4704d4a7cb50a1d97e6e8e15b -BZIP2.EXTRACT.tarbase = bzip2 BZIP2.CONFIGURE = $(TOUCH.exe) $@ |