From 3d8e9f8640645880d6ef5d8d1fbbfe02291fbaba Mon Sep 17 00:00:00 2001 From: Quentin Retornaz Date: Wed, 20 Jun 2018 16:49:40 +0200 Subject: [PATCH] net-dns/getdns: fix typo in ebuild src_configure Signed-off-by: Anthony G. Basile --- net-dns/getdns/getdns-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/getdns/getdns-1.4.2.ebuild b/net-dns/getdns/getdns-1.4.2.ebuild index c0978a76f061..de86ca0dce7a 100644 --- a/net-dns/getdns/getdns-1.4.2.ebuild +++ b/net-dns/getdns/getdns-1.4.2.ebuild @@ -43,7 +43,7 @@ src_configure() { $(use_with libevent) \ $(use_with libev) \ $(use_with libuv) \ - $(use_with threads libpthread) + $(use_with threads libpthread) \ $(use_enable static-libs static) } -- 2.26.2