wok-next diff airpwn/receipt @ rev 20348

ploticus (2.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 17:19:51 2017 +0100 (2017-11-18)
parents 11b5e93cb5f2
children e6615350078d
line diff
     1.1 --- a/airpwn/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/airpwn/receipt	Sat Nov 18 17:19:51 2017 +0100
     1.3 @@ -17,9 +17,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	# Patch configure to link libcrypto
     1.8 -	patch -Np1 -i $stuff/link-libcrypto.patch
     1.9 -
    1.10  	# Fix airpwn files so we can use it with a Python version other than 2.4.
    1.11  	PYTHON_VERSION1=$(python -c 'import sys; print sys.version[:3]')
    1.12  	PYTHON_VERSION2=$(echo $PYTHON_VERSION1 | tr . _)