aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2016-01-09 01:13:49 +0000
committerCyril Hrubis <chrubis@suse.cz>2016-02-02 17:00:03 +0100
commit4825f428cfb471a2959339749dc416bbab2e6684 (patch)
tree2e0366b4c340783ef1413952f807fd403485cf6f
parentd67ef32372f5722352edd07b2a7a33ccf42a8e94 (diff)
ltp: Don't link against libfl
We have already defined yywrap function in scan.l file. After this, we no longer need to link against libfl and so no longer get errors about undefined references to yylex. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--pan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pan/Makefile b/pan/Makefile
index 4cc6466aa..a4b575b48 100644
--- a/pan/Makefile
+++ b/pan/Makefile
@@ -31,7 +31,7 @@ CPPFLAGS += -Wno-error
CPPFLAGS += -I$(abs_srcdir)
-LDLIBS += -lm $(LEXLIB)
+LDLIBS += -lm
LFLAGS += -l