about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-12 13:30:15 -0500
committerJune McEnroe <june@causal.agency>2022-02-12 13:36:24 -0500
commitc95c8cd1b47d9b2031bc3c05d661168a7f346c56 (patch)
tree6070647b0a45655f69f4386af027f09169dbf9bb
parentCopy RPP defines from oconfigure (diff)
downloadcatgirl-c95c8cd1b47d9b2031bc3c05d661168a7f346c56.tar.gz
catgirl-c95c8cd1b47d9b2031bc3c05d661168a7f346c56.zip
Use compat_readpassphrase.c on Linux
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 3459f94..9465b77 100755
--- a/configure
+++ b/configure
@@ -45,6 +45,7 @@ case "$(uname)" in
 		cflags -Wno-pedantic -D_GNU_SOURCE
 		config libtls ncursesw
 		defvar OPENSSL_BIN openssl exec_prefix /bin/openssl
+		echo 'OBJS += compat_readpassphrase.o'
 		;;
 	(Darwin)
 		cflags -D__STDC_WANT_LIB_EXT1__=1