wpa_supplicant: cherry-pick future patch that disable strict SSL certificate checks
Close #1913.
This commit is contained in:
parent
42d7923752
commit
813533f49a
@ -38,7 +38,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
patches = [ ./libnl.patch ];
|
||||
patches = [ ./libnl.patch
|
||||
# remove this patch after wpa_supplicant 2.1
|
||||
(fetchurl {
|
||||
url ="http://projects.archlinux.org/svntogit/packages.git/plain/trunk/0001-Revert-OpenSSL-Do-not-accept-SSL-Client-certificate-.patch?h=packages/wpa_supplicant";
|
||||
sha256 = "0x1wl2nbl7v9kv80qvysfjhhg5a7lmgygv1y723flps6y8ngm19w";
|
||||
})
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/man/man5 $out/share/man/man8
|
||||
|
Loading…
Reference in New Issue
Block a user