diff --git a/srcpkgs/mDNSResponder/template b/srcpkgs/mDNSResponder/template index 2c75b67c312..33653b3f5cf 100644 --- a/srcpkgs/mDNSResponder/template +++ b/srcpkgs/mDNSResponder/template @@ -1,7 +1,7 @@ # Template file for 'mDNSResponder' pkgname=mDNSResponder version=561.1.1 -revision=5 +revision=6 hostmakedepends="flex" short_desc="Implements the Bonjour/Zeroconf protocol" maintainer="Juan RP " @@ -17,7 +17,7 @@ do_build() { sed -i "s,cc ,$CC ,g" Clients/Makefile cd mDNSPosix sed -i 's,/var/run,/run,g' Makefile - make os=linux HAVE_IPV6=1 CC=$CC LD="$CC -shared" CFLAGS_DEBUG="$CFLAGS" STRIP=echo + make os=linux HAVE_IPV6=1 CC=$CC LD="$CC -shared $LDFLAGS" CFLAGS_DEBUG="$CFLAGS $CPPFLAGS" STRIP=echo } do_install() { cd mDNSPosix