CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/03/12 13:24:51
Modified files:
security/wpa_supplicant: Makefile
Added files:
security/wpa_supplicant/patches:
patch-src_radius_radius_client_c
Log message:
security/wpa_supplicant: fix build with LLVM11
This uses a roundtrip cast int -> void * -> int. LLVM11 objects
to the last step. Pacify with int -> void * -> intptr_t -> int.
