wpa_supplicant: link with g++.

* with gcc, would get an undefined reference to vtable...
This commit is contained in:
Jérôme Duval
2016-12-12 20:58:09 +01:00
parent b2dfb924c7
commit 3dfe22944c

View File

@@ -10,7 +10,7 @@ HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
COPYRIGHT="2003-2012 Jouni Malinen"
LICENSE="BSD (2-clause)
GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz"
CHECKSUM_SHA256="2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
PATCHES="wpa_supplicant-2.0.patch"
@@ -39,7 +39,7 @@ BUILD_PREREQUIRES="
BUILD()
{
cd wpa_supplicant
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant LDO=g++
}
INSTALL()