Define GNU_SOURCE, required if libreplace doesn't provide comparison_fn_t,
authorJelmer Vernooij <jelmer@samba.org>
Tue, 27 Jan 2009 15:18:02 +0000 (16:18 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 27 Jan 2009 15:18:02 +0000 (16:18 +0100)
but instead relies on a system version.

librpc/ndr.pc.in

index 2f4d95006fd01da967d805ab50b2da2465cc2a78..835544a47ae19f06c7fb3dbc497db3fc0e362f29 100644 (file)
@@ -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