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
1 changed files with 2 additions and 2 deletions

View File

@ -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 <xtraeme@gmail.com>"
@ -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