Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246593 Details for
Bug 332395
sys-fs/zfs-fuse-0.6.9-r1 doesn't respect CC/CFLAGS/LDFLAGS value
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
zfs-fuse-9999.ebuild (text/plain), 1.58 KB, created by
Marcin Mirosław
on 2010-09-09 14:15:19 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Marcin Mirosław
Created:
2010-09-09 14:15:19 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-9999.ebuild,v 1.3 2010/06/24 11:18:02 ssuominen Exp $ > >inherit bash-completion git pax-utils >EGIT_REPO_URI="http://git.zfs-fuse.net/official" >EGIT_BRANCH=testing >EGIT_COMMIT=testing >EAPI=3 > >DESCRIPTION="An implementation of the ZFS filesystem for FUSE/Linux" >HOMEPAGE="http://zfs-fuse.net/" >#SRC_URI="http://zfs-fuse.net/releases/${PV}/source-tar-ball -> ${P}.tar.bz2" > >LICENSE="CDDL" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug" > >RDEPEND="dev-libs/libaio > dev-libs/openssl > sys-fs/fuse > sys-libs/zlib" >DEPEND="${RDEPEND} > dev-util/scons > sys-apps/acl > sys-apps/attr" > >src_prepare() { > cd "${S}/src" > sed -i -e '/LINKFLAGS/s:-s::' -e '/CCFLAGS/s:-s -O2::' ${S}/src/SConstruct || die "failed to sed" > sed -i -e 's:../zdb/zdb:/usr/sbin/zdb:' cmd/ztest/ztest.c || die "sed failed" > epatch "${FILESDIR}"/${PV}_cc_cflags_ldflags.patch >} > >src_compile() { > local _debug=0 > use debug && _debug=2 > scons -C src debug=${_debug} || die "compilation failed" >} > >src_install() { > cd "${S}/src" > lo > scons \ > install_dir="${D}/usr/sbin" \ > man_dir="${D}/usr/share/man/man8" \ > cfg_dir="${D}/etc/zfs" \ > install || die "install failed" > insinto /etc/zfs > doins ../contrib/zfsrc || die "doins failed" > keepdir /var/{lock,run}/zfs > fowners root.disk /var/{lock,run}/zfs > doinitd "${FILESDIR}"/${PN} > dodoc ../{BUGS,CHANGES,HACKING,README*,STATUS,TESTING,TODO} > dobashcompletion ../contrib/zfs_completion.bash ${PN} > pax-mark m ${D}/usr/sbin/{ztest,zdb,zfs-fuse} >}
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 332395
: 246593 |
246594
|
246686