summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index c55e71a..2047624 100755
--- a/configure
+++ b/configure
@@ -35,6 +35,10 @@ case "$(uname)" in
 		echo 'LDFLAGS += -static'
 		config --static kcgi kcgi-html sqlite3
 		;;
+	(Linux)
+		cflags -D_GNU_SOURCE
+		config kcgi kcgi-html sqlite3
+		;;
 	(*)
 		config kcgi kcgi-html sqlite3
 		;;
a73e&follow=1'>Use a .pc file to configureJune McEnroe 2020-07-19Filter networks with only private contexts from recents as wellJune McEnroe 2020-07-18Specify litterbox version in readmeJune McEnroe 2020-07-18Reverse order of X macro parameters for pages and keysJune McEnroe 2020-07-18Remove kcgi 0.11 compatibilityJune McEnroe 2020-07-17Filter networks with only private contextsJune McEnroe 2020-07-17Add export optionJune McEnroe 2020-07-17Add margin to inputsJune McEnroe 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make installJune McEnroe