Skip to content

Commit 478374c

Browse files
committed
Set LIBS during sqlite3 library build checks
1 parent f9a5a3a commit 478374c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set ``LIBS`` when checking if :mod:`sqlite3` library functions are
2+
available.

configure

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4221,6 +4221,7 @@ dnl bpo-45774/GH-29507: The CPP check in AC_CHECK_HEADER can fail on FreeBSD,
42214221
dnl hence CPPFLAGS instead of CFLAGS.
42224222
CPPFLAGS="$CPPFLAGS $LIBSQLITE3_CFLAGS"
42234223
LDFLAGS="$LIBSQLITE3_LIBS $LDFLAGS"
4224+
LIBS="$LIBSQLITE3_LIBS $LIBS"
42244225
42254226
AC_CHECK_HEADER([sqlite3.h], [
42264227
have_sqlite3=yes

0 commit comments

Comments
 (0)