diff options
author | June McEnroe <june@causal.agency> | 2022-02-12 13:30:15 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-12 13:36:24 -0500 |
commit | c95c8cd1b47d9b2031bc3c05d661168a7f346c56 (patch) | |
tree | 6070647b0a45655f69f4386af027f09169dbf9bb /configure | |
parent | Copy RPP defines from oconfigure (diff) | |
download | catgirl-c95c8cd1b47d9b2031bc3c05d661168a7f346c56.tar.gz catgirl-c95c8cd1b47d9b2031bc3c05d661168a7f346c56.zip |
Use compat_readpassphrase.c on Linux
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
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 |