From 80726550d5f05aded1d3bc26a99099e3e1924752 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 2 Jun 2012 21:09:43 +0200 Subject: update to latest stable version --- package/dnsmasq/patches/patch-Makefile | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'package/dnsmasq/patches/patch-Makefile') diff --git a/package/dnsmasq/patches/patch-Makefile b/package/dnsmasq/patches/patch-Makefile index 3bc68e266..c84c4cc5a 100644 --- a/package/dnsmasq/patches/patch-Makefile +++ b/package/dnsmasq/patches/patch-Makefile @@ -1,20 +1,18 @@ ---- dnsmasq-2.55.orig/Makefile 2010-06-06 21:22:30.000000000 +0200 -+++ dnsmasq-2.55/Makefile 2011-01-07 21:43:23.000000000 +0100 -@@ -13,7 +13,7 @@ - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . +--- dnsmasq-2.61.orig/Makefile 2012-04-29 17:01:28.000000000 +0200 ++++ dnsmasq-2.61/Makefile 2012-06-02 20:50:33.000000000 +0200 +@@ -18,13 +18,13 @@ --PREFIX = /usr/local -+PREFIX = /usr - BINDIR = ${PREFIX}/sbin - MANDIR = ${PREFIX}/share/man - LOCALEDIR = ${PREFIX}/share/locale -@@ -24,7 +24,7 @@ MSGMERGE = msgmerge - MSGFMT = msgfmt - XGETTEXT = xgettext - --CFLAGS = -Wall -W -O2 -+CFLAGS ?= -Wall - - ################################################################# + # Variables you may well want to override. +-PREFIX = /usr/local ++PREFIX = /usr + BINDIR = $(PREFIX)/sbin + MANDIR = $(PREFIX)/share/man + LOCALEDIR = $(PREFIX)/share/locale + BUILDDIR = $(SRC) + DESTDIR = +-CFLAGS = -Wall -W -O2 ++CFLAGS ?= -Wall + LDFLAGS = + COPTS = + RPM_OPT_FLAGS = -- cgit v1.2.3