From 118e105002426ef9720fe80f7e01ca6bdfa3b907 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 21 Oct 2011 16:38:10 -0500 Subject: [PATCH] Add -lgcrypt I managed to lose this commit. --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 64788f2..5bc02e6 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,7 +1,7 @@ LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls gthread-2.0 CFLAGS+= -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS)) -LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl +LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl -lgcrypt PREFIX?= /usr/local BINDIR?= $(PREFIX)/bin -- 2.11.4.GIT