Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 393698 Details for
Bug 536322
net-misc/tlsdate-0.0.6 - add net-libs/polarssl-1.3 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tlsdate-0.0.6.ebuild.patch
tlsdate-0.0.6.ebuild.patch (text/plain), 725 bytes, created by
René Rhéaume
on 2015-01-11 15:55:11 UTC
(
hide
)
Description:
tlsdate-0.0.6.ebuild.patch
Filename:
MIME Type:
Creator:
René Rhéaume
Created:
2015-01-11 15:55:11 UTC
Size:
725 bytes
patch
obsolete
>--- /usr/portage/net-misc/tlsdate/tlsdate-0.0.6.ebuild 2014-01-08 01:31:38.000000000 -0500 >+++ /usr/local/portage/net-misc/tlsdate/tlsdate-0.0.6.ebuild 2015-01-11 09:32:24.000000000 -0500 >@@ -13,19 +13,22 @@ > LICENSE="BSD" > SLOT="0" > KEYWORDS="amd64 arm x86" >-IUSE="dbus static-libs" >+IUSE="dbus polarssl static-libs" > >-DEPEND="dev-libs/openssl >+DEPEND="polarssl? ( net-libs/polarssl ) >+ !polarssl? ( dev-libs/openssl ) > dbus? ( sys-apps/dbus )" > RDEPEND="${DEPEND}" > > src_prepare() { >+ epatch "${FILESDIR}/${P}-polarssl13.patch" > eautoreconf > } > > src_configure() { > econf \ > $(use_enable dbus) \ >+ $(use_with polarssl) \ > --disable-hardened-checks \ > --with-unpriv-user=tlsdate \ > --with-unpriv-group=tlsdate
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 536322
:
393696
| 393698