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 /refs/?id=fe1d2393a1f5fb729a4a3b8889645e32c35ada8c'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-11gnu: Add go-github-com-x448-float16....* gnu/packages/golang-maths.scm (go-github-com-x448-float16): New variable. Change-Id: I02d8b8b6fea19f6a7b882cfa5d0165d7751f76bf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Rodion Goritskov
2024-07-03gnu: Add go-github-com-shopspring-decimal....* gnu/packages/golang-maths.scm (go-github-com-shopspring-decimal): New variable. Change-Id: I52ba58d05be9f631e5c53ccf7c30a977d7fe66b3 Sharlatan Hellseher
2024-07-03gnu: Add go-github-com-montanaflynn-stats....* gnu/packages/golang-maths.scm (go-github-com-montanaflynn-stats): New variable. Change-Id: I1e131cb4ceece61e5b822178831014ed27189d9e Sharlatan Hellseher
2024-07-03gnu: Add packages/golang-math module....* gnu/packages/golang-maths.scm: New file. * gnu/local.mk: Add gnu/packages/golang-maths.scm to the scope. Change-Id: Iffa3f7735e2155ecdd46f5cdeda9143c9c823322 Sharlatan Hellseher