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