From d2af2f98f05fa276cfec0f09fc23c0511baf9b2e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 31 Jul 2007 19:54:35 +0000 Subject: [PATCH] * fixed libevent/dietlibc by passing _GNU_SOURCE and _BSD_SOURCE defines git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21886 10447126-35f2-4685-b0cf-6dd780d3921f --- base/dietlibc/parse-config-9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/dietlibc/parse-config-9 b/base/dietlibc/parse-config-9 index f2f499ba8..82d863e86 100644 --- a/base/dietlibc/parse-config-9 +++ b/base/dietlibc/parse-config-9 @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../dietlibc/parse-config-9 -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2007 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2004 Clifford Wolf # @@ -125,7 +125,7 @@ if [ "$pkg_dietlibc_useit" = 1 ]; then set_wrapper_and_misc ;; - e2fsprogs|util-linux|ash|irda-utils|ppp|dropbear|nullmailer|traceroute) + e2fsprogs|util-linux|ash|irda-utils|ppp|dropbear|nullmailer|traceroute|libevent) echo_status "Enabling non-portable GNU and BSD features." var_append CC_WRAPPER_INSERT " " "-D_GNU_SOURCE -D_BSD_SOURCE" set_wrapper_and_misc