diff options
Diffstat (limited to 'package/dnsmasq/patches/patch-Makefile')
| -rw-r--r-- | package/dnsmasq/patches/patch-Makefile | 34 | 
1 files changed, 16 insertions, 18 deletions
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 <http://www.gnu.org/licenses/>. +--- 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 =   | 
