You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/lvm2/files/lvm2-2.02.70-asneeded.patch

16 lines
336 B

http://bugs.gentoo.org/330255
liblvm2app.so: undefined reference to `floor'
--- LVM2/liblvm/Makefile.in
+++ LVM2/liblvm/Makefile.in
@@ -39,7 +39,7 @@
include $(top_builddir)/make.tmpl
-LIBS += $(LVMINTERNAL_LIBS) -ldevmapper
+LIBS += $(LVMINTERNAL_LIBS) -ldevmapper -lm
ifeq ("@DMEVENTD@", "yes")
LIBS += -ldevmapper-event