Skip to content

Commit

Permalink
media-gfx/kphotoalbum: force gold linker to work around binutils bug
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/623566
Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
kensington committed Dec 9, 2017
1 parent b1fc2c2 commit 08de8e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-gfx/kphotoalbum/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST kphotoalbum-5.2.tar.xz 9549504 SHA256 9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89 SHA512 a6a82966fadc66167d0e3877c10f46e5791b301eea3114883d879537eba472d418206da8cd0f7bd923f156d0a5c2f0e66bb2c21e39fef8fdf01841556c056548 WHIRLPOOL 0747045ef07eb9afb540ea6978db15b783d4db21ba4a9c63d9a7b5e0a823aafe71bc2bcec9d7d6831df188a297083ed2a85c52c71d555f8ff8f2e144cca194a9
DIST kphotoalbum-5.2.tar.xz 9549504 BLAKE2B 134dd71ec784dd22fc9be6a143ee7b00aa55b2df19179dfd84eaec821ccb0168f3447df15ca36a14174fdb740401becb33698d9ac53392c11f4cf1de67867634 SHA512 a6a82966fadc66167d0e3877c10f46e5791b301eea3114883d879537eba472d418206da8cd0f7bd923f156d0a5c2f0e66bb2c21e39fef8fdf01841556c056548
4 changes: 3 additions & 1 deletion media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=6

KDE_HANDBOOK="forceoptional"
inherit kde5
inherit flag-o-matic kde5

DESCRIPTION="Tool for indexing, searching, and viewing images"
HOMEPAGE="https://www.kphotoalbum.org/"
Expand Down Expand Up @@ -53,6 +53,8 @@ RDEPEND="${COMMON_DEPEND}
DOCS=( ChangeLog README )

src_configure() {
append-ldflags -fuse-ld=gold #bug #623566

local mycmakeargs=(
-DENABLE_PLAYGROUND=ON
-DCMAKE_DISABLE_FIND_PACKAGE_KF5KFace=ON
Expand Down

0 comments on commit 08de8e3

Please sign in to comment.