From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-stomp/
Date: Wed, 19 Jun 2019 17:20:08 +0000 (UTC) [thread overview]
Message-ID: <1560964787.f57ba45625fd92e45a2afbdd1eb4d188cd265a69.grknight@gentoo> (raw)
commit: f57ba45625fd92e45a2afbdd1eb4d188cd265a69
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 17:19:47 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 17:19:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57ba456
dev-php/pecl-stomp: Fix build error finding OpenSSL
Closes: https://bugs.gentoo.org/688360
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild b/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild
index d808c2c1b91..99522e6709c 100644
--- a/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild
+++ b/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild
@@ -27,6 +27,8 @@ DEPEND="${DEPEND}
RDEPEND="${DEPEND}
php_targets_php5-6? ( dev-php/pecl-stomp:0 )"
+DEPEND="virtual/pkgconfig ${DEPEND}"
+
src_prepare() {
if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
php-ext-source-r3_src_prepare
@@ -39,7 +41,7 @@ src_configure() {
if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
local PHP_EXT_ECONF_ARGS=(
--enable-stomp
- --with-openssl-dir=$(usex ssl "${EPREFIX}/usr")
+ --with-openssl-dir=$(usex ssl yes no)
)
php-ext-source-r3_src_configure
fi
next reply other threads:[~2019-06-19 17:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-19 17:20 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-14 5:02 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-stomp/ Sam James
2024-11-25 0:02 Sam James
2022-12-09 21:24 Brian Evans
2020-02-21 18:01 Brian Evans
2020-02-21 18:01 Brian Evans
2019-06-18 19:28 Brian Evans
2018-08-10 19:16 Brian Evans
2018-08-10 19:16 Brian Evans
2018-04-06 16:07 Brian Evans
2018-04-06 16:07 Brian Evans
2017-05-12 13:53 Brian Evans
2017-01-03 5:05 Michael Orlitzky
2016-12-07 15:05 Brian Evans
2016-12-07 15:05 Brian Evans
2015-09-25 16:22 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1560964787.f57ba45625fd92e45a2afbdd1eb4d188cd265a69.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox