From 4a9b3052caeb8bb144803b49dcfae82395172bc3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Jan 2009 16:18:02 +0100 Subject: [PATCH] Define GNU_SOURCE, required if libreplace doesn't provide comparison_fn_t, but instead relies on a system version. --- librpc/ndr.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT