Update the build step to reflect how the optional packages are now built

(without the default -g flag).
This commit is contained in:
Michael Lotz
2011-10-06 10:17:15 +00:00
parent 950c1c2037
commit 6112fc810a

View File

@@ -7,7 +7,7 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd wpa_supplicant-0.7.3/wpa_supplicant
make wpa_supplicant
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant
}
INSTALL {
cd wpa_supplicant-0.7.3/wpa_supplicant