diff options
author | June McEnroe <june@causal.agency> | 2020-12-04 19:52:54 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-04 19:52:54 -0500 |
commit | 28545eef9c71d6df032639c71678d487709abe45 (patch) | |
tree | a6270605e03375e43fa6d038b4176d1ef066ba43 | |
parent | Add DNS and SRV RFCs to STANDARDS (diff) | |
download | imbox-28545eef9c71d6df032639c71678d487709abe45.tar.gz imbox-28545eef9c71d6df032639c71678d487709abe45.zip |
Add -lresolv on Linux
Diffstat (limited to '')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index 3309d82..57d878a 100755 --- a/configure +++ b/configure @@ -36,6 +36,7 @@ case "$(uname)" in ;; (Linux) cflags -D_GNU_SOURCE -DDECLARE_RPP + ldlibs -lresolv config libtls echo 'OBJS += compat.o' ;; |