summaryrefslogtreecommitdiff
path: root/devel/global/patches/patch-configure
blob: ebcb6ffb632859a309596d6167fc753d95b1af90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2018/06/18 09:43:12 leot Exp $

Do not use bundled sqlite3.

--- configure.orig	2018-02-09 20:31:52.000000000 +0000
+++ configure
@@ -16261,7 +16261,7 @@ $as_echo_n "checking for sqlite3 support
 # Check whether --with-sqlite3 was given.
 if test "${with_sqlite3+set}" = set; then :
   withval=$with_sqlite3;
-	#LDFLAGS="$LDFLAGS -lsqlite3"
+	LDFLAGS="$LDFLAGS -lsqlite3"
 
 $as_echo "#define USE_SQLITE3 1" >>confdefs.h