public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/usockets/
@ 2020-05-01  9:22 99% Andrew Ammerlaan
  0 siblings, 0 replies; 1+ results
From: Andrew Ammerlaan @ 2020-05-01  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     08821781710fe56e4b784bf45146b48bea4a2efd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May  1 09:21:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May  1 09:21:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08821781

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 <AT> riseup.net>

 dev-cpp/usockets/metadata.xml          | 1 +
 dev-cpp/usockets/usockets-0.3.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/usockets/metadata.xml b/dev-cpp/usockets/metadata.xml
index 73dd576..50cf8d2 100644
--- a/dev-cpp/usockets/metadata.xml
+++ b/dev-cpp/usockets/metadata.xml
@@ -7,5 +7,6 @@
     </maintainer>
     <use>
       <flag name="libuv">Enable bindings to use the libuv dispatcher</flag>
+      <flag name="openssl">Enable openssl support</flag>
     </use>
 </pkgmetadata>

diff --git a/dev-cpp/usockets/usockets-0.3.5.ebuild b/dev-cpp/usockets/usockets-0.3.5.ebuild
index a77e1a0..5d5a20e 100644
--- a/dev-cpp/usockets/usockets-0.3.5.ebuild
+++ b/dev-cpp/usockets/usockets-0.3.5.ebuild
@@ -45,7 +45,7 @@ PATCHES=(
 
 src_compile() {
 	# 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_ASAN=$(usex debug 1 0) \
 		  default


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-05-01  9:22 99% [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/usockets/ Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox