public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio-paranoia/
Date: Thu, 11 May 2017 12:44:13 +0000 (UTC)	[thread overview]
Message-ID: <1494506648.401ad843933dfd86d083bf23eba722551d514893.mgorny@gentoo> (raw)

commit:     401ad843933dfd86d083bf23eba722551d514893
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 06:31:30 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 11 12:44:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401ad843

dev-libs/libcdio-paranoia: Re-enable symbol versions, #616054

Re-enable ld symbol versioning that has been accidentally disabled
by default upstream, as a result of OSX compatibility fixing. This
restores the previous ABI and fixes breakage when upgrading.

Closes: https://github.com/gentoo/gentoo/pull/4582

 ...-paranoia-0.94_p1.ebuild => libcdio-paranoia-0.94_p1-r1.ebuild} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p1.ebuild b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p1-r1.ebuild
similarity index 85%
rename from dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p1.ebuild
rename to dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p1-r1.ebuild
index 0d3440ba008..7075f83d7a6 100644
--- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p1.ebuild
+++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p1-r1.ebuild
@@ -47,9 +47,14 @@ multilib_src_configure() {
 		$(use_enable cxx)
 		--disable-cpp-progs
 		--with-cd-paranoia-name=libcdio-paranoia
+		# upstream accidentally default-disabled it
+		# reenable it to preserve ABI compat with previous versions
+		# https://bugs.gentoo.org/616054
+		# https://savannah.gnu.org/bugs/index.php?50978
+		--enable-ld-version-script
 	)
 	# Darwin linker doesn't get this
-	[[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --without-versioned-libs )
+	[[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --disable-ld-version-script )
 	ECONF_SOURCE="${S}" \
 	econf "${myeconfargs[@]}"
 }


             reply	other threads:[~2017-05-11 12:44 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-11 12:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20 10:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio-paranoia/ WANG Xuerui
2021-08-23 22:59 Marek Szuba
2021-04-19 20:54 Sam James
2021-02-04 23:51 Sam James
2021-01-31 18:48 Sam James
2021-01-27 22:44 Sam James
2021-01-27  9:29 Sam James
2021-01-27  9:28 Sam James
2021-01-27  9:28 Sam James
2021-01-27  5:02 Sam James
2019-12-05 13:27 Lars Wendler
2019-12-05 12:26 Lars Wendler
2019-09-11 20:33 David Seifert
2019-09-11  9:38 Lars Wendler
2019-09-11  9:09 Lars Wendler
2019-04-20 17:57 Mikle Kolyada
2019-04-18 15:25 Lars Wendler
2019-04-18 15:25 Lars Wendler
2019-04-11 15:48 Pacho Ramos
2019-02-12  6:07 Markus Meier
2019-01-03  9:27 Sergei Trofimovich
2018-12-15 22:39 Sergei Trofimovich
2018-12-15 11:46 Mikle Kolyada
2018-12-14 22:50 Sergei Trofimovich
2018-12-14 22:48 Sergei Trofimovich
2018-12-14  2:13 Thomas Deutschmann
2017-11-23 14:49 Lars Wendler
2017-04-19  9:38 Lars Wendler
2017-01-31 16:06 Jeroen Roovers
2017-01-29 16:08 Fabian Groffen
2017-01-01 12:43 Agostino Sarubbo
2016-12-30 11:12 Agostino Sarubbo
2016-12-30  9:39 Agostino Sarubbo
2016-12-29 10:45 Agostino Sarubbo
2016-12-21 10:57 Tobias Klausmann
2016-11-16 21:15 Markus Meier
2016-10-26 17:02 Lars Wendler
2016-04-02  6:53 Fabian Groffen
2016-02-28  6:51 Matt Thode

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=1494506648.401ad843933dfd86d083bf23eba722551d514893.mgorny@gentoo \
    --to=mgorny@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