summaryrefslogtreecommitdiff
path: root/databases/libdbi-driver-sqlite3/patches/patch-configure
blob: be79d479e0e92885162bb014a2b1ad175580f124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.2 2016/08/21 19:16:58 fhajny Exp $

Correct lib name.

--- configure.orig	2013-03-11 23:52:13.000000000 +0000
+++ configure
@@ -12528,7 +12528,7 @@ else :
 fi
 		SQLITE3_LDFLAGS=""
 	else
-		SQLITE3_LIBS=-lsqlite
+		SQLITE3_LIBS=-lsqlite3
 		SQLITE3_LDFLAGS=-L$ac_sqlite3_libdir
 	fi