From 44bf79f9c434b3e08658fa6d34a630592b6f6ecb Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Tue, 19 Jul 2011 11:55:52 +0200 Subject: [PATCH] [Listener] Makefile backfire: use -lconfuse The Confuse library works on OpenWrt, so why don't link it? --- owlps-listener/Makefile_atheros_openwrt-10.03 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlps-listener/Makefile_atheros_openwrt-10.03 b/owlps-listener/Makefile_atheros_openwrt-10.03 index 9088afe..cb6c8e7 100644 --- a/owlps-listener/Makefile_atheros_openwrt-10.03 +++ b/owlps-listener/Makefile_atheros_openwrt-10.03 @@ -48,7 +48,7 @@ LATHEROS = -L$(TOOLCHAIN1)/lib -L$(TOOLCHAIN1)/usr/lib \ IATHEROS = -I$(TOOLCHAIN1)/usr/include -I$(TOOLCHAIN2)/usr/include OWLPSFLAGS = -D OWLPS_VERSION=\"$(OWLPS_VERSION)\" \ -D USE_PTHREAD -pthread -#OWLPSFLAGS += -D USE_CONFIG_FILE -lconfuse +OWLPSFLAGS += -D USE_CONFIG_FILE -lconfuse LDFLAGS = $(OWLPSFLAGS) $(LIBS)