Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241835 Details for
Bug 331085
net-libs/opal-3.6.7 doesn't respect LDFLAGS (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
opal-optional.patch (text/plain), 437 bytes, created by
Olivier Huber
on 2010-08-08 05:09:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2010-08-08 05:09:29 UTC
Size:
437 bytes
patch
obsolete
>--- ./plugins/fax/fax_spandsp/Makefile.in~ 2010-01-31 19:19:02.000000000 -0500 >+++ ./plugins/fax/fax_spandsp/Makefile.in 2010-08-07 22:33:40.090000012 -0400 >@@ -76,7 +76,7 @@ > OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.cpp,%.o,$(notdir $(SRCS)))) > > $(PLUGIN): $(OBJECTS) >- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS) >+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS) > > install: > mkdir -p $(DESTDIR)$(libdir)/$(FAX_PLUGIN_DIR)
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 331085
:
241285
|
241833
| 241835