From: shemminger Date: Thu, 23 Jun 2005 20:16:43 +0000 (+0000) Subject: Build of ematch requires bison extensions to yacc. X-Git-Tag: ss-050808~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0fc3ab4d595d671fdb9bd7b8ecd09bd8177b5f9;p=thirdparty%2Fiproute2.git Build of ematch requires bison extensions to yacc. --- diff --git a/tc/Makefile b/tc/Makefile index 739f5d125..5da97b6f8 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -54,6 +54,9 @@ LDLIBS += -L. -ltc -lm -ldl LDFLAGS += -Wl,-export-dynamic +YACC := bison +LEX := flex + %.so: %.c $(CC) $(CFLAGS) -shared -fpic $< -o $@