From: Florian Fainelli Date: Fri, 22 Mar 2013 10:04:15 +0000 (+0000) Subject: send: use flex instead of lex X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=17aa25e340bb7a691f85398dacf4b248e604da11;p=openwrt%2Fsvn-archive%2Fpackages.git send: use flex instead of lex flex is build as a tool inside the build system, so use it. [florian: bump package revision] Signed-off-by: Waldemar Brodkorb Signed-off-by: Florian Fainelli SVN-Revision: 36105 --- diff --git a/ipv6/send/Makefile b/ipv6/send/Makefile index b08a1091d..7f5d53025 100644 --- a/ipv6/send/Makefile +++ b/ipv6/send/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=send PKG_VERSION:=0.2-5.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)d_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mobisend.org/debian-mobisend/pool/main/s/sendd/ diff --git a/send/patches/007-use-flex.patch b/send/patches/007-use-flex.patch new file mode 100644 index 000000000..93b81faa0 --- /dev/null +++ b/send/patches/007-use-flex.patch @@ -0,0 +1,11 @@ +diff -Nur sendd-0.2.orig/Makefile.config sendd-0.2/Makefile.config +--- sendd-0.2.orig/Makefile.config 2009-08-17 17:05:31.000000000 +0200 ++++ sendd-0.2/Makefile.config 2013-03-11 15:36:09.000000000 +0100 +@@ -17,6 +17,7 @@ + + # Edit this if your gcc cannot be found at the usual address + #CC=gcc-4.0 ++LEX=flex + + # Where to install + prefix=/usr