about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-19 19:03:36 -0400
committerJune McEnroe <june@causal.agency>2021-06-19 19:03:36 -0400
commiteea88e1ccb303f6677165314c1dc0bf8fdd57d6b (patch)
tree4665a3c48dc64b075a9402bd57b85d4c6a5fbfaa /configure
parentAdd -m mode option to set user modes (diff)
downloadpounce-eea88e1ccb303f6677165314c1dc0bf8fdd57d6b.tar.gz
pounce-eea88e1ccb303f6677165314c1dc0bf8fdd57d6b.zip
Fix LDADD.crypt on Darwin
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a39e76e..db341e2 100755
--- a/configure
+++ b/configure
@@ -49,6 +49,7 @@ case "$(uname)" in
 	(Darwin)
 		cflags -D__STDC_WANT_LIB_EXT1__=1
 		cflags "-D'explicit_bzero(b,l)=memset_s((b),(l),0,(l))'"
+		ldadd crypt ''
 		config libtls
 		defvar OPENSSL_BIN openssl exec_prefix /bin/openssl
 		;;
cf3f67e6090f356f&follow=1'>List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe