Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171185 Details for
Bug 246016
net-firewall/ipset-2.4.2 does not respect LDFLAGS (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch proposal for the ebuild
ipset.ebuild.patch (text/plain), 913 bytes, created by
Olivier Huber
on 2008-11-09 14:08:01 UTC
(
hide
)
Description:
patch proposal for the ebuild
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2008-11-09 14:08:01 UTC
Size:
913 bytes
patch
obsolete
>--- ipset-2.4.2.ebuild.old 2008-11-09 15:30:05.000000000 +0100 >+++ ipset-2.4.2.ebuild 2008-11-09 15:31:07.000000000 +0100 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-2.4.2.ebuild,v 1.1 2008/10/24 21:28:25 robbat2 Exp $ > >-inherit eutils versionator toolchain-funcs linux-mod linux-info >+inherit eutils versionator toolchain-funcs linux-mod linux-info flag-o-matic > > DESCRIPTION="IPset tool for iptables, successor to ippool." > HOMEPAGE="http://ipset.netfilter.org/" >@@ -71,7 +71,7 @@ > > src_compile() { > einfo "Building userspace" >- emake CC="$(tc-getCC)" COPT_FLAGS="${CFLAGS}" ${myconf} binaries || die "failed to build" >+ emake LDDFLAGS="$(raw-ldflags)" CC="$(tc-getCC)" COPT_FLAGS="${CFLAGS}" ${myconf} binaries || die "failed to build" > > if [[ $modules -eq 1 ]]; then > einfo "Building kernel modules"
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 246016
:
171183
| 171185