summaryrefslogtreecommitdiff
path: root/package/dnsmasq/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-02 21:09:43 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-02 21:09:43 +0200
commit80726550d5f05aded1d3bc26a99099e3e1924752 (patch)
tree41ad6630c0b1a4e9a47ce521671da1127115464c /package/dnsmasq/patches/patch-Makefile
parent093222e39f1d985024458808f773bf768d65aa87 (diff)
update to latest stable version
Diffstat (limited to 'package/dnsmasq/patches/patch-Makefile')
-rw-r--r--package/dnsmasq/patches/patch-Makefile34
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 =