Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: pthread is needed by the libraries we link to, but not us
--- libvcflib.orig/Makefile
+++ libvcflib/Makefile
@@ -135,7 +135,7 @@
 
 
 INCLUDES = $(HTS_INCLUDES) -I$(INC_DIR) 
-LDFLAGS = -L$(LIB_DIR) -lvcflib $(HTS_LDFLAGS) -lpthread -lz -lm -llzma -lbz2
+LDFLAGS = -L$(LIB_DIR) -lvcflib $(HTS_LDFLAGS) -lz -lm -llzma -lbz2
 
 
 
