From: Jelmer Vernooij Date: Tue, 27 Jan 2009 15:18:02 +0000 (+0100) Subject: Define GNU_SOURCE, required if libreplace doesn't provide comparison_fn_t, X-Git-Tag: samba-4.0.0alpha7~418 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a9b3052caeb8bb144803b49dcfae82395172bc3;p=thirdparty%2Fsamba.git Define GNU_SOURCE, required if libreplace doesn't provide comparison_fn_t, but instead relies on a system version. --- diff --git a/librpc/ndr.pc.in b/librpc/ndr.pc.in index 2f4d95006fd..835544a47ae 100644 --- a/librpc/ndr.pc.in +++ b/librpc/ndr.pc.in @@ -8,4 +8,4 @@ Description: Network Data Representation Core Library Requires: samba-hostconfig talloc Version: 0.0.1 Libs: -L${libdir} -lndr -Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 +Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -DGNU_SOURCE=1