From 450c889c43a22130a2c94cc41695e9b11ad25a90 Mon Sep 17 00:00:00 2001 From: Florian Breitwieser Date: Fri, 18 Jan 2019 09:56:04 -0500 Subject: [PATCH] Add -lcurl to gcc call --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a60743..259fbea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc -CFLAGS=-std=c99 -Wall -lm -lz -llzma -lbz2 -pthread +CFLAGS=-std=c99 -Wall -lm -lz -llzma -lbz2 -lcurl -pthread INCLUDE=-Ihtslib ## From htslib Makefile: specify shlib flavor based on platform