diff options
Diffstat (limited to 'data/bzip2/make.sh')
-rw-r--r-- | data/bzip2/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bzip2/make.sh b/data/bzip2/make.sh index 9c6180992..12a998517 100644 --- a/data/bzip2/make.sh +++ b/data/bzip2/make.sh @@ -1,5 +1,5 @@ pkg:setup -make bzip2 bzip2recover CC=${PKG_TARG}-gcc +make bzip2 bzip2recover CC=${PKG_TARG}-gcc CFLAGS='-Wall -Winline -O2' pkg: mkdir -p /bin pkg: cp -a bzip2 bzip2recover /bin pkg: ln -s bzip2 /bin/bunzip2 |