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 tr> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts-build.scm
AgeCommit message (Expand)Author
2017-12-23guix build: Support '--with-source=PACKAGE@VERSION=URI'....Ludovic Courtès
2017-04-21tests: Adjust to the addition of a new Coreutils version....Ludovic Courtès
2016-12-21guix build: '--with-source' overrides the 'replacement' of a package....Ludovic Courtès
2016-10-19tests: Fix typo in 'with-graft' transformation test....Ludovic Courtès
2016-10-17guix build: Add '--with-graft'....Ludovic Courtès