Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226741 Details for
Bug 313165
net-p2p/gnunet: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updating ebuild
gnunet-0.8.1.diff (text/plain), 1.88 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-04-06 15:31:19 UTC
(
hide
)
Description:
updating ebuild
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-04-06 15:31:19 UTC
Size:
1.88 KB
patch
obsolete
>--- gnunet-0.8.1.ebuild >+++ gnunet-0.8.1.ebuild >@@ -4,7 +4,7 @@ > > EAPI=2 > >-inherit eutils autotools >+inherit autotools eutils > > S="${WORKDIR}/GNUnet-${PV}" > DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network." >@@ -13,7 +13,7 @@ > #tests don't work > RESTRICT="test" > >-IUSE="ipv6 mysql +sqlite ncurses nls gtk" >+IUSE="gtk mysql nls +sqlite" > KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" > LICENSE="GPL-2" > SLOT="0" >@@ -27,7 +27,7 @@ > gtk? ( >=x11-libs/gtk+-2.6.10 ) > sys-apps/sed > >=dev-scheme/guile-1.8.0 >- ncurses? ( sys-libs/ncurses ) >+ sys-libs/ncurses > mysql? ( >=virtual/mysql-4.0 ) > sqlite? ( >=dev-db/sqlite-3.0.8 ) > nls? ( sys-devel/gettext )" >@@ -59,29 +59,27 @@ > sed -i "s:AC_DEFINE_UNQUOTED..HAVE_GTK.*:true:" configure.ac > fi > >- AT_M4DIR="${S}/m4" eautoreconf >+ epatch "${FILESDIR}"/${PV}-asneeded.patch >+ epatch "${FILESDIR}"/${PV}-parallel-build.patch >+ eautoreconf > } > >-src_compile() { >+src_configure() { > local myconf > > use mysql || myconf="${myconf} --without-mysql" > > econf \ > $(use_with sqlite) \ >- $(use_enable ipv6) \ > $(use_enable nls) \ >- $(use_enable ncurses) \ > ${myconf} || die "econf failed" >- >- emake -j1 || die "emake failed" > } > > src_install() { >- emake DESTDIR="${D}" -j1 install || die "make install failed" >- dodoc AUTHORS ChangeLog INSTALL NEWS PLATFORMS README README.fr UPDATING >+ emake DESTDIR="${D}" install || die "make install failed" >+ dodoc AUTHORS ChangeLog INSTALL NEWS PLATFORMS README UPDATING > insinto /etc >- newins contrib/gnunet.root gnunet.conf >+ newins contrib/gnunet.conf gnunet.conf > docinto contrib > dodoc contrib/* > newinitd "${FILESDIR}"/${PN}.initd gnunet >@@ -93,7 +91,6 @@ > # make sure permissions are ok > chown -R gnunetd:gnunetd "${ROOT}"/var/lib/gnunet > >- use ipv6 && ewarn "ipv6 support is -very- experimental and prone to bugs" > einfo > einfo "To configure" > einfo " 1) Add user(s) to the gnunetd group"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 313165
:
226601
| 226741 |
226743
|
226745