mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
wpa_supplicant: link with g++.
* with gcc, would get an undefined reference to vtable...
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user