Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424046 Details for
Bug 573180
sys-apps/sandbox breaking compilation of sys-apps/fwts 16.01.00 while trying to bump it
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fwts-16.01.00.ebuild
fwts-16.01.00.ebuild (text/plain), 1.08 KB, created by
Wolfram Schlich (RETIRED)
on 2016-01-28 06:37:30 UTC
(
hide
)
Description:
fwts-16.01.00.ebuild
Filename:
MIME Type:
Creator:
Wolfram Schlich (RETIRED)
Created:
2016-01-28 06:37:30 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit autotools >DESCRIPTION="Firmware Test Suite" >HOMEPAGE="https://wiki.ubuntu.com/FirmwareTestSuite" >SRC_URI="http://fwts.ubuntu.com/release/${PN}-V${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND=">=dev-libs/json-c-0.10-r1 > dev-libs/glib:2 > dev-libs/libpcre > sys-apps/pciutils > sys-power/iasl > sys-power/pmtools > sys-apps/dmidecode" >DEPEND="${RDEPEND} > sys-devel/libtool" > >S=${WORKDIR} > >src_prepare(){ > sed -i -e 's/-Wall -Werror/-Wall/' configure.ac {,src/,src/lib/src/}Makefile.am || die > sed -i -e 's:/usr/bin/lspci:'$(type -p lspci)':' src/lib/include/fwts_binpaths.h || die > > # Fix json-c includes ># sed -e 's/^#include <json\//#include <json-c\//g' -i \ ># configure.ac || die ># sed -e 's/^#include <json.h>/#include <json-c\/json.h>/' \ ># -i src/lib/include/fwts_json.h \ ># src/utilities/kernelscan.c || die ># sed -e 's/-ljson/-ljson-c/'\ ># -i src/Makefile.am\ ># src/lib/src/Makefile.am\ ># src/utilities/Makefile.am || die > > eautoreconf >}
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 573180
:
424042
|
424044
| 424046