diff options
| author | para <para@dismail.de> | 2025-02-05 19:26:10 +0000 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2025-02-05 16:17:59 -0500 |
| commit | 9c60ed9291760779a3516e43412f892357aa3096 (patch) | |
| tree | b7bb6d8808330d6c88e4bc78bfb3097aabf7aa11 /configure | |
| parent | Expand explanations of Chat Commands (diff) | |
| download | catgirl-9c60ed9291760779a3516e43412f892357aa3096.tar.gz catgirl-9c60ed9291760779a3516e43412f892357aa3096.zip | |
Add NetBSD support to configure
Diffstat (limited to '')
| -rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure index 07e3245..1fd4ad2 100755 --- a/configure +++ b/configure @@ -54,6 +54,13 @@ case "$(uname)" in config libtls ncursesw defvar OPENSSL_BIN openssl exec_prefix /bin/openssl ;; + (NetBSD) + cflags "-D'explicit_bzero(b,l)=explicit_memset((b),0,(l))'" + config libtls ncurses + echo 'LDADD.ncursesw = ${LDADD.ncurses}' + echo 'OBJS += compat_readpassphrase.o' + defstr OPENSSL_BIN /usr/bin/openssl + ;; (*) config libtls ncursesw defvar OPENSSL_BIN openssl exec_prefix /bin/openssl |