Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243223 Details for
Bug 331899
sys-fs/dmraid does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
applies $(LDFLAGS) to all .so build targets
dmraid-1.0.0_rc16-as-needed2.patch (text/plain), 429 bytes, created by
Ian Stakenvicius (RETIRED)
on 2010-08-16 14:56:15 UTC
(
hide
)
Description:
applies $(LDFLAGS) to all .so build targets
Filename:
MIME Type:
Creator:
Ian Stakenvicius (RETIRED)
Created:
2010-08-16 14:56:15 UTC
Size:
429 bytes
patch
obsolete
>--- 1.0.0.rc16/make.tmpl.in 2010-08-16 10:22:32.000000000 -0400 >+++ 1.0.0.rc16/make.tmpl.in 2010-08-16 10:42:49.000000000 -0400 >@@ -136,7 +136,7 @@ > > %.so: $(OBJECTS) > $(CC) -shared -Wl,-soname,$(notdir $@).$(DMRAID_LIB_VERSION) \ >- -Wl,--version-script,.export.sym $(OBJECTS) -o $@ -ldevmapper-event >+ $(LDFLAGS) -Wl,--version-script,.export.sym $(OBJECTS) -o $@ -ldevmapper-event -ldl > > $(LIB_STATIC): $(OBJECTS) > $(RM) $@
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 Raw
Actions:
View
Attachments on
bug 331899
:
242105
| 243223