about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-03-08 17:46:01 -0500
committerJune McEnroe <june@causal.agency>2021-03-08 17:46:01 -0500
commit33bb9f5f9dbdc5795cd639c5e6dae2e1ce9b00d3 (patch)
tree64b1a7455d0224a705867cad70168403b1f8a0d3 /configure
parentReference "Mailing List" post in README (diff)
downloadbubger-33bb9f5f9dbdc5795cd639c5e6dae2e1ce9b00d3.tar.gz
bubger-33bb9f5f9dbdc5795cd639c5e6dae2e1ce9b00d3.zip
Port to Linux
Diffstat (limited to '')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 00f19e6..38bc6d5 100755
--- a/configure
+++ b/configure
@@ -39,6 +39,12 @@ case "$(uname)" in
 		config libtls
 		ldlibs -liconv -lresolv
 		;;
+	(Linux)
+		cflags -D_GNU_SOURCE
+		ldlibs -lresolv
+		config libtls
+		echo 'OBJS += compat.o'
+		;;
 	(*)
 		config libtls
 		;;
> This is a read-only operation. 2019-12-22Export To and CC headersJune McEnroe 2019-12-22Add missing includeJune McEnroe 2019-12-22Export In-Reply-To headersJune McEnroe 2019-12-21Add git-fetch-email to READMEJune McEnroe 2019-12-21Clarify purpose in READMEJune McEnroe 2019-12-21Add READMEJune McEnroe 2019-12-21Add copyright header to git-fetch-emailJune McEnroe 2019-12-21Add git-fetch-email to SEE ALSO of imboxJune McEnroe 2019-12-21Add git-fetch-email wrapperJune McEnroe 2019-12-21Determine host by SRV lookupJune McEnroe 2019-12-21Clean up remaining codeJune McEnroe 2019-12-21Clean up mboxrd codeJune McEnroe 2019-12-21Convert CRLF to LFJune McEnroe 2019-12-21Implement -CFSTJune McEnroe 2019-12-21Rewrite aspirational manualJune McEnroe 2019-12-21Null-terminate read literalsJune McEnroe