Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267385 Details for
Bug 334031
app-accessibility/flite does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
flite-1.4-fix-ldflags.patch
flite-1.4-fix-ldflags.patch (text/plain), 883 bytes, created by
Christopher Brannon (RETIRED)
on 2011-03-27 12:06:23 UTC
(
hide
)
Description:
flite-1.4-fix-ldflags.patch
Filename:
MIME Type:
Creator:
Christopher Brannon (RETIRED)
Created:
2011-03-27 12:06:23 UTC
Size:
883 bytes
patch
obsolete
>diff -Naur flite-1.4-release/config/common_make_rules flite-1.4-release.new/config/common_make_rules >--- flite-1.4-release/config/common_make_rules 2009-07-30 14:52:56.000000000 +0000 >+++ flite-1.4-release.new/config/common_make_rules 2011-03-26 20:22:59.000000000 +0000 >@@ -123,7 +123,7 @@ > @ rm -rf shared_os && mkdir shared_os > @ rm -f $@ $@.${PROJECT_VERSION} $@.${PROJECT_SHLIB_VERSION} > @ (cd shared_os && ar x ../$<) >- @ (cd shared_os && $(CC) -shared -Wl,-soname,`basename $@`.${PROJECT_SHLIB_VERSION} -o ../$@.${PROJECT_VERSION} *.os) >+ @ (cd shared_os && $(CC) $(LDFLAGS) -shared -Wl,-soname,`basename $@`.${PROJECT_SHLIB_VERSION} -o ../$@.${PROJECT_VERSION} *.os) > @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_VERSION}` `basename $@.${PROJECT_SHLIB_VERSION}` ) > @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_SHLIB_VERSION}` `basename $@` ) > @ rm -rf shared_os
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 334031
:
244137
| 267385