diff options
Diffstat (limited to 'net-dns/getdns')
-rw-r--r-- | net-dns/getdns/getdns-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |