]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/sqlite/lib/build/Makefile
update
[l4.git] / l4 / pkg / sqlite / lib / build / Makefile
index 3402849b447e6de118b52c5ea67e090efcf993b7..f3cce37c26a8d0f8b146177d1f25db92d16b570c 100644 (file)
@@ -3,7 +3,7 @@ L4DIR  ?= $(PKGDIR)/../..
 
 TARGET         = libsqlite3.a libsqlite3.so
 SRC_C          = sqlite3.c
-REQUIRES_LIBS  = libdl
+REQUIRES_LIBS  = libdl libpthread
 CONTRIB_INCDIR = sqlite
 
 vpath %.c $(PKGDIR)/lib/contrib