File: 0001-always-use-libsqlite3.patch

package info (click to toggle)
golang-github-mattn-go-sqlite3 1.14.18~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 780 kB
  • sloc: cpp: 1,132; ansic: 722; makefile: 60
file content (22 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Shengjing Zhu <i@zhsj.me>
Date: Thu, 28 Sep 2017 12:10:05 +0800
Subject: always use libsqlite3

Forwarded: not-needed
Signed-off-by: Shengjing Zhu <i@zhsj.me>
---
 sqlite3_libsqlite3.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sqlite3_libsqlite3.go b/sqlite3_libsqlite3.go
index e428fe6..5585972 100644
--- a/sqlite3_libsqlite3.go
+++ b/sqlite3_libsqlite3.go
@@ -3,7 +3,6 @@
 // Use of this source code is governed by an MIT-style
 // license that can be found in the LICENSE file.
 
-// +build libsqlite3
 
 package sqlite3