Link against pthread

This is required by gccgo because of the pthread_mutex_trylock symbol.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2015-03-11 15:20:07 -04:00
parent 3d6c6f9345
commit e688f0a8eb
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ package sqlite3
#cgo CFLAGS: -std=gnu99
#cgo CFLAGS: -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE
#cgo CFLAGS: -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS
#cgo LDFLAGS: -lpthread
#include <sqlite3-binding.h>
#include <stdlib.h>
#include <string.h>