mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-dns/getdns: fix typo in ebuild src_configure
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
committed by
Anthony G. Basile
parent
9e75380f39
commit
3d8e9f8640
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user