From d7cad76118a11be8022ba89a4572549e33d8ad1b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 24 Sep 2014 16:46:59 +0200 Subject: [PATCH] dnsmasq: update to 2.72. --- srcpkgs/dnsmasq/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index ceefb69b97..7a9253fe56 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,6 +1,6 @@ # Template file for 'dnsmasq' pkgname=dnsmasq -version=2.71 +version=2.72 revision=1 hostmakedepends="pkg-config" makedepends="dbus-devel libcap-devel libidn-devel" @@ -11,13 +11,12 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz" -checksum=7d8c64f66a396442e01b639df3ea6b4e02ba88cbe206c80be8de68b6841634c4 +checksum=635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d do_build() { echo '#define HAVE_DBUS' >> src/config.h - make CC=$CC ${makejobs} + make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs} } - do_install() { make PREFIX=/usr DESTDIR=${DESTDIR} install