From e2abcdca396661cbe0ae2ddb13d5c2b85682c13a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Oct 2020 17:41:25 +0300 Subject: initial commit --- patches/0042-doas-define-gnu-source.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/0042-doas-define-gnu-source.patch (limited to 'patches/0042-doas-define-gnu-source.patch') diff --git a/patches/0042-doas-define-gnu-source.patch b/patches/0042-doas-define-gnu-source.patch new file mode 100644 index 0000000..cfd119b --- /dev/null +++ b/patches/0042-doas-define-gnu-source.patch @@ -0,0 +1,13 @@ +--- a/usr.bin/doas/doas.c 2020-10-16 13:11:26.769202572 +0300 ++++ b/usr.bin/doas/doas.c 2020-10-16 13:09:43.558056917 +0300 +@@ -15,6 +15,10 @@ + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + ++#ifndef _GNU_SOURCE ++#define _GNU_SOURCE ++#endif ++ + #include + #include + #include -- cgit v1.2.3