Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 764316 Details for
Bug 832685
sys-devel/mold with double prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
corrected mold ebuild file
mold-1.0.2.ebuild (text/plain), 1.30 KB, created by
Jens Lindenmeier
on 2022-02-04 10:14:06 UTC
(
hide
)
Description:
corrected mold ebuild file
Filename:
MIME Type:
Creator:
Jens Lindenmeier
Created:
2022-02-04 10:14:06 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 2021-2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit toolchain-funcs > >DESCRIPTION="A Modern Linker" >HOMEPAGE="https://github.com/rui314/mold" >if [[ ${PV} == 9999 ]] ; then > EGIT_REPO_URI="https://github.com/rui314/mold.git" > inherit git-r3 >else > SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64" >fi > >LICENSE="AGPL-3" >SLOT="0" > ># Try again after 1.0 (nearly there, but path-related issues) ># https://github.com/rui314/mold/issues/137 >RESTRICT="test" > >RDEPEND=">=dev-cpp/tbb-2021.4.0:= > dev-libs/xxhash:= > sys-libs/zlib > !kernel_Darwin? ( > >=dev-libs/mimalloc-2:= > dev-libs/openssl:= > )" >DEPEND="${RDEPEND}" > >src_prepare() { > default > > # Needs unpackaged dwarfdump > rm test/elf/{compress-debug-sections,compressed-debug-info}.sh || die >} > >src_compile() { > tc-export CC CXX > > emake \ > CFLAGS="${CFLAGS}" \ > CXXFLAGS="${CXXFLAGS}" \ > SYSTEM_TBB=1 \ > SYSTEM_MIMALLOC=1 \ > SYSTEM_XXHASH=1 \ > STRIP="true" \ > LIBDIR="${EPREFIX}/usr/$(get_libdir)" >} > >src_test() { > emake \ > SYSTEM_TBB=1 \ > SYSTEM_MIMALLOC=1 \ > check >} > >src_install() { > emake \ > SYSTEM_TBB=1 \ > SYSTEM_MIMALLOC=1 \ > SYSTEM_XXHASH=1 \ > DESTDIR="${ED}" \ > PREFIX="/usr" \ > LIBDIR="/usr/$(get_libdir)" \ > STRIP="true" \ > install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 832685
: 764316