diff options
-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 |