Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 263705 Details for
Bug 334649
dev-scheme/tinyscheme does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for tinyscheme-1.39-r1
tinyscheme-1.39-r1.ebuild.patch (text/plain), 552 bytes, created by
Nick White
on 2011-02-24 18:21:50 UTC
(
hide
)
Description:
Patch for tinyscheme-1.39-r1
Filename:
MIME Type:
Creator:
Nick White
Created:
2011-02-24 18:21:50 UTC
Size:
552 bytes
patch
obsolete
>--- tinyscheme-1.39-r1.ebuild 2010-07-01 17:14:51.000000000 +0100 >+++ tinyscheme-1.39-r1.ebuild 2011-02-24 18:23:36.573337334 +0000 >@@ -27,6 +27,7 @@ src_prepare() { > s/CC = gcc -fpic/CC = gcc -fpic ${CFLAGS}/; > s/LDFLAGS/LOCAL_LDFLAGS/g; > s/LOCAL_LDFLAGS = -shared/LOCAL_LDFLAGS = -shared ${LDFLAGS}/; >+ s/\$(CC) -o \$@ \$(DEBUG) \$(OBJS) \$(SYS_LIBS)/\$(CC) -o \$@ \$(DEBUG) \$(OBJS) \$(SYS_LIBS) ${LDFLAGS}/; > s/DEBUG=-g -Wno-char-subscripts -O/DEBUG=/' \ > -i makefile || die "sed failed" > append-ldflags "-Wl,-soname,lib${PN}.so.${PV}"
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 334649
:
244751
|
255571
| 263705