Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242189 Details for
Bug 331939
app-crypt/cfs does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Diff from cfs-1.4.1.17.ebuild
cfs.diff (text/plain), 785 bytes, created by
Dane Smith (RETIRED)
on 2010-08-10 03:22:45 UTC
(
hide
)
Description:
Diff from cfs-1.4.1.17.ebuild
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-08-10 03:22:45 UTC
Size:
785 bytes
patch
obsolete
>--- /usr/portage/app-crypt/cfs/cfs-1.4.1.17.ebuild 2009-04-05 04:08:24.000000000 -0400 >+++ cfs-1.4.1.17-r1.ebuild 2010-08-09 19:12:51.000000000 -0400 >@@ -1,4 +1,4 @@ >-# Copyright 1999-2008 Gentoo Foundation >+# Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-crypt/cfs/cfs-1.4.1.17.ebuild,v 1.5 2008/12/17 00:15:51 halcy0n Exp $ > >@@ -50,10 +50,12 @@ > src_unpack() { > unpack ${A} > epatch cfs_${MY_PV}-${DEB_PV}.diff >+ cd "${S}" >+ sed -i 's/$(CC)/$(CC) $(LDFLAGS)/g' Makefile || die "sed failed" > } > > src_compile() { >- make cfs COPT="${CFLAGS} -DPROTOTYPES -g" || die "make failed!" >+ make cfs CC=$(tc-getCC) COPT="${CFLAGS} -DPROTOTYPES -g" || die "make failed!" > } > > src_install() {
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 331939
:
242141
| 242189