Define _GNU_SOURCE, required for comparison_fn_t.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 28 Jan 2009 16:05:56 +0000 (17:05 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 28 Jan 2009 16:05:56 +0000 (17:05 +0100)
librpc/ndr.pc.in

index 2f4d95006fd01da967d805ab50b2da2465cc2a78..9cff0ca218cf2ba9a5fde415d491cae3005c466c 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 -D_GNU_SOURCE=1