From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/
Date: Wed, 9 Jun 2021 18:14:58 +0000 (UTC) [thread overview]
Message-ID: <1623262493.5c8762365232d30709fda8bb33ea08b731cfddad.vapier@gentoo> (raw)
commit: 5c8762365232d30709fda8bb33ea08b731cfddad
Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Wed Jun 9 18:13:02 2021 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 9 18:14:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c876236
app-arch/lbzip2: add USE=static support
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild
index ab756306f95..e8d3af562b3 100644
--- a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Parallel bzip2 utility"
HOMEPAGE="https://github.com/kjn/lbzip2/"
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug symlink"
+IUSE="debug static symlink"
RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"
DEPEND=""
@@ -28,6 +28,8 @@ src_prepare() {
}
src_configure() {
+ use static && append-ldflags -static
+
local myeconfargs=(
$(use_enable debug tracing)
)
next reply other threads:[~2021-06-09 18:15 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-09 18:14 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 0:31 [gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/ Sam James
2024-07-01 18:55 Mike Gilbert
2022-12-27 11:59 Sam James
2022-05-05 7:49 WANG Xuerui
2022-02-02 7:29 Sam James
2020-05-27 1:10 Matt Turner
2020-02-21 20:33 Matt Turner
2019-07-29 1:28 Thomas Deutschmann
2019-07-28 20:29 Mikle Kolyada
2019-07-28 20:29 Mikle Kolyada
2019-07-28 20:29 Mikle Kolyada
2019-06-06 6:46 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-05-30 20:33 Sergei Trofimovich
2019-05-30 20:30 Sergei Trofimovich
2019-05-30 20:08 Sergei Trofimovich
2019-05-29 18:47 Sergei Trofimovich
2019-05-26 11:36 Mikle Kolyada
2019-05-26 8:27 Sergei Trofimovich
2019-05-25 18:36 Aaron Bauman
2019-05-24 13:15 Thomas Deutschmann
2019-05-03 23:17 Andreas K. Hüttel
2019-02-24 9:35 Mikle Kolyada
2019-02-24 9:35 Mikle Kolyada
2019-02-24 9:35 Mikle Kolyada
2019-02-24 9:35 Mikle Kolyada
2019-02-15 8:03 Mikle Kolyada
2019-02-14 9:37 Mart Raudsepp
2019-02-07 12:31 Tobias Klausmann
2019-02-03 18:56 Sergei Trofimovich
2019-02-03 9:12 Sergei Trofimovich
2019-02-02 20:44 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-02 19:09 Sergei Trofimovich
2017-03-21 10:49 Jeroen Roovers
2017-03-15 16:01 Michael Weber
2017-03-11 17:07 Agostino Sarubbo
2017-03-10 6:30 Matt Turner
2017-03-09 17:07 Matt Turner
2017-03-07 10:08 Tobias Klausmann
2016-10-10 10:31 Patrice Clement
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=1623262493.5c8762365232d30709fda8bb33ea08b731cfddad.vapier@gentoo \
--to=vapier@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