Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 442408 Details for
Bug 583162
net-misc/kea-1.0.0 attached ebuild adds USE flags for mysql and postgresql
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new version of the ebuild with test on gcc version
kea-1.0.0.ebuild.new (text/plain), 1.49 KB, created by
Xavier Guerin
on 2016-08-03 16:20:44 UTC
(
hide
)
Description:
new version of the ebuild with test on gcc version
Filename:
MIME Type:
Creator:
Xavier Guerin
Created:
2016-08-03 16:20:44 UTC
Size:
1.49 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="5" > >inherit eutils toolchain-funcs user flag-o-matic > >MY_PV="${PV//_alpha/a}" >MY_PV="${MY_PV//_beta/b}" >MY_PV="${MY_PV//_rc/rc}" >MY_PV="${MY_PV//_p/-P}" >MY_P="${PN}-${MY_PV}" >DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" >HOMEPAGE="http://www.isc.org/kea/" >SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz > ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz" > >LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script >SLOT="0" >KEYWORDS="~amd64" >IUSE="mysql postgres" > >DEPEND=" > dev-cpp/gtest > dev-libs/boost > dev-libs/botan > dev-libs/log4cplus > mysql? ( dev-libs/log4cplus[-iconv] ) > postgres? ( dev-libs/log4cplus[-iconv] ) >" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${MY_P}" > >src_prepare() { > # Brand the version with Gentoo > sed -i \ > -e "/VERSION=/s:'$: Gentoo-${PR}':" \ > configure || die >} > >src_configure() { > if [[ ($(tc-getCC) == *gcc) && ($(gcc-version) == 5.3 || $(gcc-version) == 5.4) ]]; then > replace-flags -O2 -O0 # solves issue with defective gcc optimisation see http://kea.isc.org/ticket/4243. > fi > econf \ > --disable-install-configurations \ > --disable-static \ > --without-werror > if use mysql; then > econf --with-dhcp-mysql > fi > if use postgres; then > econf --with-dhcp-pgsql > fi >} > >src_install() { > default > prune_libtool_files --all >} > >pkg_preinst() { > enewgroup dhcp > enewuser dhcp -1 -1 /var/lib/dhcp dhcp >}
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 583162
:
434406
|
442404
|
442406
| 442408