diff options
author | June McEnroe <june@causal.agency> | 2021-03-08 17:46:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-08 17:46:01 -0500 |
commit | 33bb9f5f9dbdc5795cd639c5e6dae2e1ce9b00d3 (patch) | |
tree | 64b1a7455d0224a705867cad70168403b1f8a0d3 /configure | |
parent | Reference "Mailing List" post in README (diff) | |
download | bubger-33bb9f5f9dbdc5795cd639c5e6dae2e1ce9b00d3.tar.gz bubger-33bb9f5f9dbdc5795cd639c5e6dae2e1ce9b00d3.zip |
Port to Linux
Diffstat (limited to '')
-rwxr-xr-x | configure | 6 |
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 ;; |