Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240915 Details for
Bug 330255
sys-fs/lvm2-2.02.70: liblvm2app.so doesn't link against -lm like it should w/ asneeded
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix underlinking in lvm2
lvm2-2.02.70-asneeded.patch (text/plain), 429 bytes, created by
Samuli Suominen (RETIRED)
on 2010-08-01 13:13:19 UTC
(
hide
)
Description:
Fix underlinking in lvm2
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2010-08-01 13:13:19 UTC
Size:
429 bytes
patch
obsolete
>diff -ur LVM2.2.02.70.orig/liblvm/Makefile.in LVM2.2.02.70/liblvm/Makefile.in >--- LVM2.2.02.70.orig/liblvm/Makefile.in 2010-06-25 21:17:39.000000000 +0300 >+++ LVM2.2.02.70/liblvm/Makefile.in 2010-08-01 16:09:46.000000000 +0300 >@@ -39,7 +39,7 @@ > > include $(top_builddir)/make.tmpl > >-LIBS += $(LVMINTERNAL_LIBS) -ldevmapper >+LIBS += $(LVMINTERNAL_LIBS) -ldevmapper -lm > > ifeq ("@DMEVENTD@", "yes") > LIBS += -ldevmapper-event
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 330255
:
240515
|
240517
| 240915