We can't link with bz2 anymore because it's now a shared
commitf4d6e1f98972e3b0b19e2bf416f5185f627934bb
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 12 May 2012 13:58:49 +0000 (12 13:58 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 12 May 2012 13:58:49 +0000 (12 13:58 +0000)
tree362c3bfa87d10fd4fc463a06fc50fadbe8f99ab6
parent6b82101e90bc78861d2b4608fcc97600ed0ffcd4
We can't link with bz2 anymore because it's now a shared
library which missing some functions which require DOS IO.

git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@44791 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
pack/bzip2/blocksort.c [new file with mode: 0644]
pack/bzip2/bzlib.c [new file with mode: 0644]
pack/bzip2/bzlib.h [new file with mode: 0644]
pack/bzip2/bzlib_private.h [new file with mode: 0644]
pack/bzip2/compress.c [new file with mode: 0644]
pack/bzip2/crctable.c [new file with mode: 0644]
pack/bzip2/decompress.c [new file with mode: 0644]
pack/bzip2/huffman.c [new file with mode: 0644]
pack/bzip2/mmakefile.src
pack/bzip2/randtable.c [new file with mode: 0644]
pack/bzip2/support.h [new file with mode: 0644]