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 'configure')
-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
 		;;