summaryrefslogtreecommitdiff
path: root/librpc/ndr.pc.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-01-28 17:05:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-01-28 17:05:56 +0100
commit38b2931cf3ee11dae14b878c1edd289d3a151a62 (patch)
tree86d1c8c68a243af1393efccd5112717009ab378b /librpc/ndr.pc.in
parent4c7296cc0c0770ea547b67d668d5b42ab00a27da (diff)
downloadsamba-38b2931cf3ee11dae14b878c1edd289d3a151a62.tar.gz
Define _GNU_SOURCE, required for comparison_fn_t.
Diffstat (limited to 'librpc/ndr.pc.in')
-rw-r--r--librpc/ndr.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/ndr.pc.in b/librpc/ndr.pc.in
index 2f4d95006fd..9cff0ca218c 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