Small correction to the earieler patch for the authsae/linux/Makefile for
building against libnl-3,
http://www.infradead.org/~tgr/libnl/files/libnl-3.2.3.tar.gz.
Patch should have read:
________________________________________
diff --git a/linux/Makefile b/linux/Makefile
index 1f5f3d4..637b1c8 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -12,7 +12,7 @@ libsae.a: ../common.o ../sae.o ../service.o ../ampe.o
../crypto/aes_siv.o
ar rcs $@ $^
meshd-nl80211: meshd-nl80211.o nlutils.o libsae.a
- $(CC) -o $@ $^ $(LDFLAGS) -lsae -lnl -lnl-genl -lcrypto -lconfig
+ $(CC) -o $@ $^ $(LDFLAGS) -lsae -lnl-3 -lnl-genl-3 -lcrypto -lconfig
mon: mon.o ../service.o ../common.o
$(CC) $^ -o $@
_______________________________________________
Devel mailing list
[email protected]
http://open80211s.com/mailman/listinfo/devel