Skip to content

Commit f657146

Browse files
rustyrussellniftynei
authored andcommitted
configure: fix FreeBSD which has sqlite3 in /usr/local
Fixes: #3080 Signed-off-by: Rusty Russell <[email protected]>
1 parent 0985c6e commit f657146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ fi
230230
require 'python3-mako' "You need the mako module for python3: see doc/INSTALL.md" python3 -c 'import mako'
231231

232232
rm -f $CONFIG_VAR_FILE.$$
233-
$CONFIGURATOR --extra-tests --autotools-style --var-file=$CONFIG_VAR_FILE.$$ --header-file=$CONFIG_HEADER --configurator-cc="$CONFIGURATOR_CC" "$CC" ${CWARNFLAGS-$BASE_WARNFLAGS} $CDEBUGFLAGS $COPTFLAGS <<EOF
233+
$CONFIGURATOR --extra-tests --autotools-style --var-file=$CONFIG_VAR_FILE.$$ --header-file=$CONFIG_HEADER --configurator-cc="$CONFIGURATOR_CC" "$CC" ${CWARNFLAGS-$BASE_WARNFLAGS} $CDEBUGFLAGS $COPTFLAGS -I/usr/local/include -L/usr/local/lib <<EOF
234234
var=HAVE_GOOD_LIBSODIUM
235235
desc=libsodium with IETF chacha20 variants
236236
style=DEFINES_EVERYTHING|EXECUTE|MAY_NOT_COMPILE

0 commit comments

Comments
 (0)