wok-stable rev 5530
Fix: optipng (included zlib now builds)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue May 11 12:08:54 2010 +0000 (2010-05-11) |
parents | cb080b5fd5e8 |
children | 0f28e0b1beea |
files | optipng/receipt |
line diff
1.1 --- a/optipng/receipt Tue May 11 11:36:45 2010 +0000 1.2 +++ b/optipng/receipt Tue May 11 12:08:54 2010 +0000 1.3 @@ -15,6 +15,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + cd $src/lib/zlib 1.8 + ./configure && 1.9 + make && 1.10 cd $src/src 1.11 make -f scripts/gcc.mak 1.12 }