From: Jelmer Vernooij Date: Wed, 28 Jan 2009 16:05:56 +0000 (+0100) Subject: Define _GNU_SOURCE, required for comparison_fn_t. X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=38b2931cf3ee11dae14b878c1edd289d3a151a62 Define _GNU_SOURCE, required for comparison_fn_t. --- diff --git a/librpc/ndr.pc.in b/librpc/ndr.pc.in index 2f4d95006fd0..9cff0ca218cf 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 -D_GNU_SOURCE=1