Skip to content

Commit

Permalink
fixup! fix some build complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
nephros committed Nov 23, 2021
1 parent 10a30c3 commit b691802
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rpm/jq-1.6-warnings.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/src/builtin.c b/src/builtin.c
index bf80c7b..12db573 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -1,5 +1,6 @@
#define _BSD_SOURCE
#define _GNU_SOURCE
+#define _DEFAULT_SOURCE
#ifndef __sun__
# define _XOPEN_SOURCE
# define _XOPEN_SOURCE_EXTENDED 1

0 comments on commit b691802

Please sign in to comment.