about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorKylie McClain <kylie@somas.is>2022-03-01 20:17:25 -0500
committerKylie McClain <kylie@somas.is>2022-03-01 20:17:25 -0500
commit11aa8aefb6aa62bf0ffbd3701037daf147dd19d3 (patch)
tree1a3326ab200bfcd28347d80bc7f0651b4b1bb5a9 /configure
parentchat.c: o pona e toki lon open ilo (diff)
parentSpecify commands which depend on caps (diff)
downloadcatgirl-11aa8aefb6aa62bf0ffbd3701037daf147dd19d3.tar.gz
catgirl-11aa8aefb6aa62bf0ffbd3701037daf147dd19d3.zip
Merge branch 'master' of git.causal.agency:pub/catgirl into somasis/tokipona
Diffstat (limited to 'configure')
-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
td>Lukas Fleischer 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts