Skip to content

Commit

Permalink
wpa_supplicant: link with g++.
Browse files Browse the repository at this point in the history
* with gcc, would get an undefined reference to vtable...
  • Loading branch information
korli committed Dec 13, 2016
1 parent b2dfb92 commit 3dfe229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-wireless/wpa_supplicant/wpa_supplicant-2.0.recipe
Expand Up @@ -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"
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 3dfe229

Please sign in to comment.