diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:53:01 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:53:01 +0000 |
commit | da2ad746d25221f9a08243b90bfeec658015befb (patch) | |
tree | 37a68ec460359fa393514919e187ec92a36ef739 /data/bzip2/make.sh | |
parent | eac6f2954bb0aa5f7c0d2600e5ddf9e02b463319 (diff) |
Various things I forgot to commit.
git-svn-id: http://svn.telesphoreo.org/trunk@667 514c082c-b64e-11dc-b46d-3d985efe055d
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 |