aboutsummaryrefslogtreecommitdiff
See https://bugs.freedesktop.org/show_bug.cgi?id=47792;
should become obsolete with the next release.

diff -u luit-1.1.1.orig/sys.c luit-1.1.1/sys.c
--- luit-1.1.1.orig/sys.c	2012-03-23 05:23:07.000000000 +0100
+++ luit-1.1.1/sys.c	2013-11-27 22:45:53.000000000 +0100
@@ -20,6 +20,8 @@
 THE SOFTWARE.
 */
 
+#define _XOPEN_SOURCE 600
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
5eb02'>tests: gremlin: Skip file-needed/recursive if DT_NEEDED is empty....Chris Marusich 2021-04-22gremlin: 'elf-dynamic-info' returns a file name rathern than a dynamic entry....Dion Mendel 2020-12-01gremlin: Add 'file-needed/recursive'....Ludovic Courtès 2020-09-19gremlin: Add 'set-file-runpath', 'file-runpath', and 'file-needed'....Ludovic Courtès 2019-05-18gremlin: Adjust tests for foreign distros....Ting-Wei Lan 2018-08-25Merge branch 'staging' into core-updatesMarius Bakke 2018-08-21gremlin: 'elf-dynamic-info-needed' test is no longer skipped....Ludovic Courtès 2018-05-07gremlin: Add 'strip-runpath'....Ludovic Courtès 2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin 2015-04-23gremlin: Add support for the expansion of $ORIGIN in RUNPATH....Ludovic Courtès 2015-03-31Add (guix build gremlin)....Ludovic Courtès