From 2d790c30cd46b17ce78a405c51b5668281a11bba Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Jul 2014 10:35:29 +0200 Subject: allow static linking --- package/dnsmasq/patches/patch-Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'package/dnsmasq/patches/patch-Makefile') diff --git a/package/dnsmasq/patches/patch-Makefile b/package/dnsmasq/patches/patch-Makefile index c84c4cc5a..5b26ccb75 100644 --- a/package/dnsmasq/patches/patch-Makefile +++ b/package/dnsmasq/patches/patch-Makefile @@ -1,6 +1,6 @@ ---- 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 @@ +--- dnsmasq-2.71.orig/Makefile 2014-05-16 21:21:55.000000000 +0200 ++++ dnsmasq-2.71/Makefile 2014-06-29 10:49:15.437148455 +0200 +@@ -18,14 +18,14 @@ # Variables you may well want to override. @@ -12,7 +12,9 @@ BUILDDIR = $(SRC) DESTDIR = -CFLAGS = -Wall -W -O2 +-LDFLAGS = +CFLAGS ?= -Wall - LDFLAGS = ++LDFLAGS ?= COPTS = RPM_OPT_FLAGS = + LIBS = -- cgit v1.2.3