diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-27 16:18:02 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-27 16:18:02 +0100 |
commit | 4a9b3052caeb8bb144803b49dcfae82395172bc3 (patch) | |
tree | 266c80aa3f6fcadeebe4bd06b2149ec1d9272f48 | |
parent | cce04c606e7a91fcaf75c8efd7ca0cd4aa15ece9 (diff) | |
download | samba-4a9b3052caeb8bb144803b49dcfae82395172bc3.tar.gz samba-4a9b3052caeb8bb144803b49dcfae82395172bc3.tar.bz2 samba-4a9b3052caeb8bb144803b49dcfae82395172bc3.zip |
Define GNU_SOURCE, required if libreplace doesn't provide comparison_fn_t,
but instead relies on a system version.
-rw-r--r-- | librpc/ndr.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/ndr.pc.in b/librpc/ndr.pc.in index 2f4d95006f..835544a47a 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 |