mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-cpp/usockets: fixup use flag not in iuse error
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
</maintainer>
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="libuv">Enable bindings to use the libuv dispatcher</flag>
|
<flag name="libuv">Enable bindings to use the libuv dispatcher</flag>
|
||||||
|
<flag name="openssl">Enable openssl support</flag>
|
||||||
</use>
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ PATCHES=(
|
|||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
# the Makefile uses environment variables
|
# the Makefile uses environment variables
|
||||||
emake WITH_OPENSSL=$(usex ssl 1 0) \
|
emake WITH_OPENSSL=$(usex openssl 1 0) \
|
||||||
WITH_LIBUV=$(usex libuv 1 0) \
|
WITH_LIBUV=$(usex libuv 1 0) \
|
||||||
WITH_ASAN=$(usex debug 1 0) \
|
WITH_ASAN=$(usex debug 1 0) \
|
||||||
default
|
default
|
||||||
|
|||||||
Reference in New Issue
Block a user