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.178-asneeded.patch

16 lines
452 B

http://bugs.gentoo.org/330255
liblvm2app.so: undefined reference to `floor'
--- LVM2.2.02.178/liblvm/Makefile.in
+++ LVM2.2.02.178/liblvm/Makefile.in
@@ -43,7 +43,7 @@
include $(top_builddir)/make.tmpl
LDFLAGS += -L$(top_builddir)/lib -L$(top_builddir)/daemons/dmeventd
-LIBS += $(LVMINTERNAL_LIBS) -ldevmapper -laio
+LIBS += $(LVMINTERNAL_LIBS) -ldevmapper -laio -lm
.PHONY: install_dynamic install_static install_include install_pkgconfig