Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: Enable cross-building

--- libvcflib.orig/Makefile
+++ libvcflib/Makefile
@@ -1,4 +1,9 @@
 #OBJ_DIR = ./
+PKG_CONFIG ?= pkg-config
+HTS_INCLUDES=$(shell $(PKG_CONFIG) --cflags libsmithwaterman) $(shell $(PKG_CONFIG) --cflags libfastahack)
+LDLIBS=-ltabixpp -lhts $(shell $(PKG_CONFIG) --libs libsmithwaterman) $(shell $(PKG_CONFIG) --libs libfastahack) -lstdc++ -lm
+
+
 HEADERS = src/Variant.h \
 		  src/split.h \
 		  src/pdflib.hpp \
