Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 517646 Details for
Bug 619702
=dev-embedded/urjtag-0.10 (CFLAGS=-Os) : fails emerge : svf/libsvf.a(svf.o): In function `svf_runtest':
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
urjtag-0.10-r2.ebuild (text/plain), 1.09 KB, created by
Dominik Behr
on 2018-02-03 10:59:43 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Dominik Behr
Created:
2018-02-03 10:59:43 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > ># TODO: figure out htf to make python.eclass work > >EAPI="5" > >inherit eutils multilib >if [[ ${PV} == "9999" ]] ; then > EGIT_REPO_URI="git://git.code.sf.net/p/urjtag/git" > inherit git-r3 autotools > S=${WORKDIR}/${P}/${PN} >else > SRC_URI="mirror://sourceforge/urjtag/${P}.tar.bz2" > KEYWORDS="~amd64 ~ppc ~sparc ~x86" >fi > >DESCRIPTION="Tool for communicating over JTAG with flash chips, CPUs, and many more" >HOMEPAGE="http://urjtag.sourceforge.net/" > >LICENSE="GPL-2" >SLOT="0" >IUSE="ftdi readline usb" > >DEPEND="ftdi? ( dev-embedded/libftdi:0 ) > readline? ( sys-libs/readline:= ) > usb? ( virtual/libusb:0 )" >RDEPEND="${DEPEND} > !dev-embedded/jtag" > >src_prepare() { > if [[ ${PV} == "9999" ]] ; then > mkdir -p m4 > eautopoint > eautoreconf > else > epatch "${FILESDIR}"/urjtag-0.10-svf-lm.patch > fi >} > >src_configure() { > use readline || export vl_cv_lib_readline=no > > econf \ > --disable-werror \ > --disable-python \ > $(use_with ftdi libftdi) \ > $(use_with usb libusb) >} > >src_install() { > default > prune_libtool_files >}
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 619702
:
474320
| 517646 |
517648