From 77542a33ea12ba28093156642d0afe4e1e8d953a Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 17 Nov 2013 16:26:50 +0000 Subject: [PATCH] send: move patch to right location Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/packages@38839 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/send/Makefile | 2 +- ipv6/send/patches/007-use-flex.patch | 10 ++++++++++ send/patches/007-use-flex.patch | 11 ----------- 3 files changed, 11 insertions(+), 12 deletions(-) create mode 100644 ipv6/send/patches/007-use-flex.patch delete mode 100644 send/patches/007-use-flex.patch diff --git a/ipv6/send/Makefile b/ipv6/send/Makefile index 34a1a4f00..ca60c232d 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:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)d_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mobisend.org/debian-mobisend/pool/main/s/sendd/ diff --git a/ipv6/send/patches/007-use-flex.patch b/ipv6/send/patches/007-use-flex.patch new file mode 100644 index 000000000..feb9bed36 --- /dev/null +++ b/ipv6/send/patches/007-use-flex.patch @@ -0,0 +1,10 @@ +--- a/Makefile.config ++++ b/Makefile.config +@@ -17,6 +17,7 @@ OS=linux + + # Edit this if your gcc cannot be found at the usual address + #CC=gcc-4.0 ++LEX=flex + + # Where to install + prefix=$(DESTDIR)/usr diff --git a/send/patches/007-use-flex.patch b/send/patches/007-use-flex.patch deleted file mode 100644 index 93b81faa0..000000000 --- a/send/patches/007-use-flex.patch +++ /dev/null @@ -1,11 +0,0 @@ -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