diffstat for libpst-0.6.59 libpst-0.6.59 changelog | 13 +++++++++++++ patches/gnu-source.diff | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 29 insertions(+) diff -Nru libpst-0.6.59/debian/changelog libpst-0.6.59/debian/changelog --- libpst-0.6.59/debian/changelog 2013-05-19 00:50:03.000000000 +0000 +++ libpst-0.6.59/debian/changelog 2015-03-05 16:25:25.000000000 +0000 @@ -1,3 +1,16 @@ +libpst (0.6.59-1ubuntu1) vivid; urgency=medium + + * Define _GNU_SOURCE to see the get_current_dir_name prototype + in unistd.h. + + -- Matthias Klose Thu, 05 Mar 2015 17:24:16 +0100 + +libpst (0.6.59-1build1) saucy; urgency=low + + * Rebuild for libgd3. + + -- Colin Watson Mon, 20 May 2013 00:11:45 +0100 + libpst (0.6.59-1) unstable; urgency=low * [ec26e2d0] Imported Upstream version 0.6.59 diff -Nru libpst-0.6.59/debian/patches/gnu-source.diff libpst-0.6.59/debian/patches/gnu-source.diff --- libpst-0.6.59/debian/patches/gnu-source.diff 1970-01-01 00:00:00.000000000 +0000 +++ libpst-0.6.59/debian/patches/gnu-source.diff 2015-03-05 16:35:39.000000000 +0000 @@ -0,0 +1,15 @@ +Index: b/src/define.h +=================================================================== +--- a/src/define.h ++++ b/src/define.h +@@ -8,6 +8,10 @@ + #ifndef DEFINEH_H + #define DEFINEH_H + ++#ifndef __cplusplus ++#define _GNU_SOURCE 1 ++#endif ++ + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif diff -Nru libpst-0.6.59/debian/patches/series libpst-0.6.59/debian/patches/series --- libpst-0.6.59/debian/patches/series 2013-02-20 17:04:13.000000000 +0000 +++ libpst-0.6.59/debian/patches/series 2015-03-05 16:23:02.000000000 +0000 @@ -1 +1,2 @@ 06-ld-no-add-needed.patch +gnu-source.diff