From: Jelte Jansen Date: Mon, 11 Dec 2006 10:50:25 +0000 (+0000) Subject: same for pcat X-Git-Tag: release-1.2.0~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=066d53fe57734b7611c671fc2ea71a8899e36b93;p=thirdparty%2Fldns.git same for pcat --- diff --git a/pcat/configure.ac b/pcat/configure.ac index dca276bc..11bd11a8 100644 --- a/pcat/configure.ac +++ b/pcat/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.57) AC_INIT(pcat, 1.1.0, miek@miek.nl,pcat) AC_CONFIG_SRCDIR([pcat.c]) -OURCPPFLAGS='-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D__BSD_VISIBLE' +OURCPPFLAGS='-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D__BSD_VISIBLE -D_BSD_SOURCE' CPPFLAGS=${CPPFLAGS:-${OURCPPFLAGS}} OURCFLAGS='-g' CFLAGS=${CFLAGS:-${OURCFLAGS}}