wok-6.x diff aircrack-ng/receipt @ rev 8597
Remove: ewl (no more into e17 svn)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 05:13:18 2011 +0100 (2011-02-14) |
parents | b735ac9efe64 |
children | 0b4cf0d9e1b5 |
line diff
1.1 --- a/aircrack-ng/receipt Sat May 01 17:06:39 2010 +0000 1.2 +++ b/aircrack-ng/receipt Mon Feb 14 05:13:18 2011 +0100 1.3 @@ -17,6 +17,10 @@ 1.4 cd $src 1.5 sed -i s#/usr/local#/usr#g common.mak || exit 1 1.6 sed -i s#/man/man1#/share/man/man1# common.mak || exit 1 1.7 + 1.8 + # fix build with gcc45 1.9 + sed -i s/-Werror// common.mak || exit 1 1.10 + 1.11 make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 }