[Listener] Makefile backfire: use -lconfuse

The Confuse library works on OpenWrt, so why don't link it?
This commit is contained in:
Matteo Cypriani 2011-07-19 11:55:52 +02:00
parent c7e0280596
commit 44bf79f9c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)