From f08fefa53a0bd1bb258c8aa8cdc46ef8306e462c Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Wed, 20 Jun 2018 16:37:11 +0200 Subject: fix/306 * ppc * ppc64 * ppc64le --- sqlite3_other.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sqlite3_other.go') diff --git a/sqlite3_other.go b/sqlite3_other.go index 086ed43..71778fc 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -10,5 +10,8 @@ package sqlite3 /* #cgo CFLAGS: -I. #cgo linux LDFLAGS: -ldl +#cgo linux,ppc LDFLAGS: -lpthread +#cgo linux,ppc64 LDFLAGS: -lpthread +#cgo linux,ppc64le LDFLAGS: -lpthread */ import "C" -- cgit v1.2.3