From: Roy Marples Date: Wed, 27 Oct 2010 14:17:21 +0000 (+0000) Subject: Another kFreeBSD fix. X-Git-Tag: v5.2.9~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3dbf074ef48e3930ff5a5f26b0a4e4d63c6be1;p=thirdparty%2Fdhcpcd.git Another kFreeBSD fix. --- diff --git a/configure b/configure index 80dc53f5..ce79a327 100755 --- a/configure +++ b/configure @@ -233,6 +233,7 @@ linux) echo "LDADD+= -lrt" >>$CONFIG_MK ;; kfreebsd) + echo "CPPFLAGS+= -D_GNU_SOURCE" >>$CONFIG_MK echo "SRCS+= bpf.c if-bsd.c platform-bsd.c" >>$CONFIG_MK echo "COMPAT_SRCS+= compat/linkaddr.c" >>$CONFIG_MK echo "LDADD+= -lrt" >>$CONFIG_MK