ALT Linux repos

S: | 2.03.20-alt1 |
5.0: | 2.02.39-alt1 |
4.1: | 2.02.31-alt1 |
4.0: | 2.02.28-alt1.M40.1 |
3.0: | 2.01.09-alt2 |
+backports: | 2.02.01-alt0.M30.1 |
Group :: System/Base
RPM: lvm2
Main Changelog Spec Patches Sources Download Gear Bugs and FR Repocop
Patch: LVM2.2.01.09-Makefile.in-tinfo.patch
Download
Download
--- tools/Makefile.in.orig 2005-03-08 16:39:39 +0300
+++ tools/Makefile.in 2005-06-24 11:52:09 +0400
@@ -99,7 +99,7 @@
lvm.static: $(OBJECTS) lvm-static.o $(top_srcdir)/lib/liblvm.a
$(CC) -o $@ $(OBJECTS) lvm-static.o -static $(LDFLAGS) $(LVMLIBS) \
- $(LIBS) -rdynamic
+ $(LIBS) -ltinfo -rdynamic
liblvm2cmd.a: $(top_srcdir)/lib/liblvm.a $(OBJECTS)
cat $(top_srcdir)/lib/liblvm.a > $@