Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 253417 Details for
Bug 344431
net-misc/socat fails to build with -w
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
socat-1.7.1.3-r1.ebuild.patch
socat-1.7.1.3-r1.ebuild.patch (text/plain), 1.28 KB, created by
MT
on 2010-11-06 18:55:28 UTC
(
hide
)
Description:
socat-1.7.1.3-r1.ebuild.patch
Filename:
MIME Type:
Creator:
MT
Created:
2010-11-06 18:55:28 UTC
Size:
1.28 KB
patch
obsolete
>--- /usr/portage/tree/net-misc/socat/socat-1.7.1.3.ebuild 2010-08-07 18:16:00.000000000 +0200 >+++ socat-1.7.1.3-r1.ebuild 2010-11-06 19:54:09.037000063 +0100 >@@ -1,31 +1,27 @@ > # Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild,v 1.6 2010/08/07 15:57:58 armin76 Exp $ >- >-EAPI="2" >+# $Header: $ > >+EAPI="3" > inherit eutils flag-o-matic > > DESCRIPTION="Multipurpose relay (SOcket CAT)" > HOMEPAGE="http://www.dest-unreach.org/socat/" >-MY_P=${P/_beta/-b} >-S="${WORKDIR}/${MY_P}" >-SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" >+SRC_URI="http://www.dest-unreach.org/socat/download/${P}.tar.bz2" > > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~ppc-macos" > IUSE="ssl readline ipv6 tcpd" > >-DEPEND=" >- ssl? ( >=dev-libs/openssl-0.9.6 ) >+DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) > readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) >- tcpd? ( sys-apps/tcp-wrappers ) >-" >+ tcpd? ( sys-apps/tcp-wrappers )" > RDEPEND="${DEPEND}" > > src_configure() { >- filter-flags -Wno-error* >+ filter-flags -Wno-error* # see bug #293324 >+ filter-flags -w # see bug #344431 > econf \ > $(use_enable ssl openssl) \ > $(use_enable readline) \
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 344431
:
253415
| 253417