remove @EAP_LDFLAGS@, no longer exists
[mech_eap.orig] / libeap / testing / run-hostapd
diff --git a/libeap/testing/run-hostapd b/libeap/testing/run-hostapd
new file mode 100755 (executable)
index 0000000..37448b3
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for i in minimal noeap full freebsd x86_64 gcc-cvs arm; do
+       ./compile hostapd-config/$i $1
+done