Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86293 Details for
Bug 132477
xplc-0.3.13-r1: fix building with -Wl,--as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/xplc-0.3.13-as-needed.patch
xplc-0.3.13-as-needed.patch (text/plain), 561 bytes, created by
TGL
on 2006-05-06 10:40:54 UTC
(
hide
)
Description:
files/xplc-0.3.13-as-needed.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-05-06 10:40:54 UTC
Size:
561 bytes
patch
obsolete
>--- config/rules.mk.orig 2006-05-06 19:28:46.000000000 +0200 >+++ config/rules.mk 2006-05-06 19:28:53.000000000 +0200 >@@ -44,7 +44,7 @@ > $(RANLIB) $@ > > %.so: >- $(LINK.cc) $(SHARED) $^ -o $@ >+ $(LINK.cc) $(SHARED) $^ $(LDLIBS) -o $@ > > %.dll: > $(LINK.cc) $(SHARED) $^ -o $@ >--- xplc/vars.mk.orig 2006-05-06 19:32:06.000000000 +0200 >+++ xplc/vars.mk 2006-05-06 19:32:12.000000000 +0200 >@@ -32,7 +32,7 @@ > > ifneq ("$(enable_loader)", "no") > ifneq ("$(with_dlopen)", "no") >-libxplc.so: LDFLAGS+=$(with_dlopen) >+libxplc.so: LDLIBS+=$(with_dlopen) > endif > endif >
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 132477
: 86293