chiark / gitweb /
NMU 1.1.5.2: -D_GNU_SOURCE.
authorian <ian>
Sun, 18 Mar 2001 13:49:04 +0000 (13:49 +0000)
committerian <ian>
Sun, 18 Mar 2001 13:49:04 +0000 (13:49 +0000)
Makefile
debian/changelog

index c4622982435e7458aa2017d294239192e62c28b6..8c6e90c1a39a14e1e176b260cd218538709d24b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ CFLAGS=               -g $(OPTIMISE) \
                -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes
 CPPFLAGS=      -DMAJOR_VER='"$(MAJOR)"' -DMINOR_VER='"$(MINOR)"' \
                -DLIBAUTHBIND='"$(lib_dir)/$(LIBCANON)"' \
-               -DHELPER='"$(lib_dir)/helper"' -DCONFIGDIR='"$(etc_dir)"'
+               -DHELPER='"$(lib_dir)/helper"' -DCONFIGDIR='"$(etc_dir)"' \
+               -D_GNU_SOURCE
 
 MAJOR=1
 MINOR=0
index 1ae420d303dace5e6dd5500688f15aeb17248716..97c05acacfa34fc9f0a033c4b971752cbe57bff8 100644 (file)
@@ -1,3 +1,10 @@
+authbind (1.1.5.2) frozen unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Makefile: Add -D_GNU_SOURCE, closes: 86963
+
+ -- Stephen Frost <sfrost@debian.org>  Fri, 16 Mar 2001 19:42:05 -0500
+
 authbind (1.1.5.1) frozen unstable; urgency=low
 
   * Non-maintainer upload.