Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225729 Details for
Bug 311989
app-i18n/tomoe-0.6.0: doesn't respect LDFLAGS and installs static libraries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
respecting LDFLAGS
tomoe-0.6.0-ldflags.patch (text/plain), 647 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-03-29 20:35:46 UTC
(
hide
)
Description:
respecting LDFLAGS
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-03-29 20:35:46 UTC
Size:
647 bytes
patch
obsolete
>Respecting user LDFLAGS > >http://bugs.gentoo.org/311989 > >--- module/recognizer/Makefile.am >+++ module/recognizer/Makefile.am >@@ -23,7 +23,7 @@ > AM_CPPFLAGS = > INCLUDES = $(TOMOE_CFLAGS) > >-LDFLAGS = \ >+AM_LDFLAGS = \ > -rpath $(recognizer_moduledir) -avoid-version -module \ > -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS) > >--- module/dict/Makefile.am >+++ module/dict/Makefile.am >@@ -34,7 +34,7 @@ > > LIBADD = $(TOMOE_LIBS) \ > $(top_builddir)/lib/libtomoe.la >-LDFLAGS = \ >+AM_LDFLAGS = \ > -rpath $(dict_moduledir) -avoid-version -module \ > -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS) >
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 311989
:
225727
| 225729