From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
Date: Thu, 28 Jan 2016 10:44:31 +0000 (UTC) [thread overview]
Message-ID: <1453977869.1f67abae389ea963151bc15e727d5a5055321155.jlec@gentoo> (raw)
commit: 1f67abae389ea963151bc15e727d5a5055321155
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 10:40:35 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 10:44:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f67abae
net-libs/czmq: Fix creation of manpages
fix underlinking detected by ld.gold
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572862
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-libs/czmq/czmq-3.0.2.ebuild | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild
index b0d1819..7a85625 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=true
inherit autotools-utils
-DESCRIPTION=" High-level C Binding for ZeroMQ"
+DESCRIPTION="High-level C Binding for ZeroMQ"
HOMEPAGE="http://czmq.zeromq.org"
SRC_URI="http://download.zeromq.org/${P}.tar.gz"
@@ -22,10 +22,9 @@ RDEPEND="
net-libs/zeromq
"
DEPEND="${RDEPEND}
- doc? (
- app-text/asciidoc
- app-text/xmlto
- )"
+ app-text/asciidoc
+ app-text/xmlto
+"
DOCS=( NEWS AUTHORS )
@@ -35,6 +34,11 @@ RESTRICT=test
src_prepare() {
use test && AUTOTOOLS_IN_SOURCE_BUILD=1
sed -i -e 's|-Werror||g' configure.ac || die
+
+ cat >> src/Makemodule-local.am <<-EOF
+ src_libczmq_la_LDFLAGS += -pthread
+ EOF
+
autotools-utils_src_prepare
}
next reply other threads:[~2016-01-28 10:44 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-28 10:44 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-08 7:04 [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/ Sam James
2024-04-08 7:04 Sam James
2022-08-28 5:55 Jakov Smolić
2022-08-23 18:10 Arthur Zamarin
2022-08-05 9:31 Arthur Zamarin
2021-12-07 6:26 Agostino Sarubbo
2021-12-06 15:23 Sam James
2021-12-06 15:20 Sam James
2021-12-06 11:27 Agostino Sarubbo
2021-10-15 10:22 Joonas Niilola
2021-10-15 10:22 Joonas Niilola
2021-05-16 0:03 Sam James
2021-04-03 19:53 Sam James
2020-11-26 13:26 Thomas Deutschmann
2020-07-23 13:49 Sam James
2020-07-02 17:05 Sergei Trofimovich
2020-06-20 10:13 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2017-06-19 9:54 Alexis Ballier
2016-11-27 21:08 Thomas Deutschmann
2016-09-29 14:33 Jeroen Roovers
2016-05-24 20:07 Markus Meier
2015-10-11 7:05 Justin Lecher
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=1453977869.1f67abae389ea963151bc15e727d5a5055321155.jlec@gentoo \
--to=jlec@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