forked from mirrors/nixpkgs
wpa_supplicant updated to 0.6.3
svn path=/nixpkgs/trunk/; revision=11662
This commit is contained in:
parent
4e57926353
commit
ddc5ab4472
|
@ -1,14 +1,15 @@
|
||||||
{stdenv, fetchurl, openssl}:
|
{stdenv, fetchurl, openssl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wpa_supplicant-0.5.9";
|
name = "wpa_supplicant-0.6.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hostap.epitest.fi/releases/wpa_supplicant-0.5.9.tar.gz;
|
url = http://hostap.epitest.fi/releases/wpa_supplicant-0.6.3.tar.gz;
|
||||||
sha256 = "1dylaiikp2jb13jbxdrl1h9b9p2lkjmzx06hpmkcpyq5c5g7p0xy";
|
sha256 = "f70b18243e049bbda66254388b6e94d404e747d913b8496d6e93a9c56bbf4af2";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = "
|
preBuild = "
|
||||||
|
cd wpa_supplicant
|
||||||
cp defconfig .config
|
cp defconfig .config
|
||||||
substituteInPlace Makefile --replace /usr/local $out
|
substituteInPlace Makefile --replace /usr/local $out
|
||||||
makeFlagsArray=(ALL=\"wpa_supplicant wpa_passphrase wpa_cli\")
|
makeFlagsArray=(ALL=\"wpa_supplicant wpa_passphrase wpa_cli\")
|
||||||
|
|
Loading…
Reference in a new issue