wok-6.x diff optipng/receipt @ rev 5896

aircrack-ng: Fix build with gcc45 (http://trac.aircrack-ng.org/ticket/762)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 23 11:27:17 2010 +0200 (2010-07-23)
parents 99b440c8c069
children 5e7209003c82
line diff
     1.1 --- a/optipng/receipt	Tue May 11 11:19:54 2010 +0000
     1.2 +++ b/optipng/receipt	Fri Jul 23 11:27:17 2010 +0200
     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  }