From: Tobias Geerinckx-Rice Date: Sat, 11 Apr 2020 03:02:04 +0200 Subject: [PATCH] gnu: dbacl: Include in dbacl.h. Copied verbatim[0] from Debian. [0]: https://sources.debian.org/data/main/d/dbacl/1.14.1-2/debian/patches/05-locale-h.patch Description: Add missing include in dbacl.h Author: Fabian Wolff Bug-Debian: https://bugs.debian.org/916182 Last-Update: 2019-08-25 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/src/dbacl.h +++ b/src/dbacl.h @@ -21,6 +21,8 @@ #ifndef DBACL_H #define DBACL_H +#include + #ifdef HAVE_CONFIG_H #undef HAVE_CONFIG_H #include "config.h" --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,7 @@ # stuff_SOURCES = stuff.c stuff.h fram.c stuff-lexer.l stuff-parser.y stuff-parser.h probs.c util.c util.h $(PUBDOM) # stuff_LDADD = @LEXLIB@ -AM_CFLAGS = -funsigned-char -std=c99 -Wall -pedantic $(CFLAGSIEEE) -O3 +AM_CFLAGS = -funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic $(CFLAGSIEEE) -O3 AM_YFLAGS = -d CLEANFILES = mailcross mailtoe mailfoot efs/?id=1828958db52d0019a7f3d763b07e64f78afa2cbf'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-22Remove workaround for 'time-monotonic' in Guile 2.2.2....This is a followup to e688c2df3924423b67892cc9939ca099c729d1cb. * build-aux/hydra/evaluate.scm <top level>: Remove 'time-monotonic' definition. * guix/cache.scm: Likewise. * guix/progress.scm: Likewise. * guix/scripts/substitute.scm: Likewise. * guix/scripts/weather.scm: Likewise. * tests/cache.scm: Likewise. Ludovic Courtès
2020-03-22hydra: evaluate: Use 'with-build-handler'....* build-aux/hydra/evaluate.scm (command-line): Remove 'set!' for 'build-things'. Use 'with-build-handler' instead. * build-aux/hydra/gnu-system.scm (hydra-jobs): Add comment about removing 'show-what-to-build' call. Ludovic Courtès
2019-01-06hydra: evaluate: Add the checkout to the store....* build-aux/hydra/evaluate.scm <top level>: Add call to 'add-to-store'. Use that as the 'file-name' attribute. Call 'primitive-load' in a directory excursion to SOURCE. Ludovic Courtès