Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240487 Details for
Bug 327619
[QA] dev-java/jss-4.3 Files built without respecting LDFLAGS have been detected
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
respecting LDFLAGS
jss-4.3-ldflags.patch (text/plain), 350 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-07-28 17:57:41 UTC
(
hide
)
Description:
respecting LDFLAGS
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-07-28 17:57:41 UTC
Size:
350 bytes
patch
obsolete
>Respect LDFLAGS > >http://bugs.gentoo.org/show_bug.cgi?id=327619 > >--- mozilla/security/coreconf/Linux.mk >+++ mozilla/security/coreconf/Linux.mk >@@ -174,7 +174,7 @@ > ARCH = linux > > DSO_CFLAGS = -fPIC >-DSO_LDOPTS = -shared $(ARCHFLAG) -Wl,-z,defs >+DSO_LDOPTS = $(LDFLAGS) -shared $(ARCHFLAG) -Wl,-z,defs > DSO_LDFLAGS = > LDFLAGS += $(ARCHFLAG) >
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 327619
:
240485
| 240487 |
240877