mDNSResponder: rebuild with _FORTIFY_SOURCE=2.

This commit is contained in:
Juan RP 2015-03-05 10:00:22 +01:00
parent 5a78299bd1
commit abe057660f

View file

@ -1,7 +1,7 @@
# Template file for 'mDNSResponder' # Template file for 'mDNSResponder'
pkgname=mDNSResponder pkgname=mDNSResponder
version=561.1.1 version=561.1.1
revision=5 revision=6
hostmakedepends="flex" hostmakedepends="flex"
short_desc="Implements the Bonjour/Zeroconf protocol" short_desc="Implements the Bonjour/Zeroconf protocol"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -17,7 +17,7 @@ do_build() {
sed -i "s,cc ,$CC ,g" Clients/Makefile sed -i "s,cc ,$CC ,g" Clients/Makefile
cd mDNSPosix cd mDNSPosix
sed -i 's,/var/run,/run,g' Makefile 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() { do_install() {
cd mDNSPosix cd mDNSPosix