From a4cd81b9a45b65aaa75fa4c60503303ee46be54c Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Wed, 20 Jun 2018 16:43:04 +0200 Subject: [PATCH] fix/306 Included fix 306. Closes #306 --- driver/os_other.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver/os_other.go b/driver/os_other.go index a8e38e9..7a6f245 100644 --- a/driver/os_other.go +++ b/driver/os_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"