From 2a6d855693a0ae6cfe8078e91b1c4ae1c92c3603 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Feb 2026 14:35:24 +0200 Subject: configure: fix OpenBSD --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3b43e6c..b169a66 100755 --- a/configure +++ b/configure @@ -64,7 +64,7 @@ export STRIP="${STRIP:-strip}" # export cc_flags="-std=$c_version -O2 -pipe" export cc_flags="$cc_flags -D_POSIX_C_SOURCE=200809L" -export cc_flags="$cc_flags -D_BSD_SOURCE -D_XOPEN_SOURCE=500" +export cc_flags="$cc_flags -D_BSD_SOURCE -D_GNU_SOURCE" export cc_flags="$cc_flags -Wall -Wextra -pedantic -Wshadow" -- cgit v1.2.3