]> git.pld-linux.org Git - packages/evms.git/blob - evms-link.patch
- updated gettext BR
[packages/evms.git] / evms-link.patch
1 --- evms-2.3.4/engine/Makefile.in.orig  2004-03-03 00:01:42.000000000 +0100
2 +++ evms-2.3.4/engine/Makefile.in       2004-06-16 23:02:05.023927136 +0200
3 @@ -27,7 +27,7 @@
4  TARGET         = $(LIB_TARGET)
5  
6  EVMS_DEFS      += -DPluginDirectory=\"$(evmspluginsdir)\"
7 -EVMS_LIBS      += $(PTHREAD_LIBS) -ldl
8 +EVMS_LIBS      += $(PTHREAD_LIBS) -lpthread_nonshared -ldl
9  
10  all: .depend $(TARGET)
11         $(PROCESS_DIRS)
12 --- evms-2.5.5/tests/Makefile.in        2005-10-10 17:56:03.000000000 +0200
13 +++ evms-2.5.5/tests/Makefile.in-new    2007-07-01 19:03:17.169858731 +0200
14 @@ -36,7 +36,7 @@
15         rm -f Makefile
16  
17  evms_clean: % : %.o
18 -       $(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@ $@.o
19 +       $(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) -o $@ $@.o $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms
20  
21  evms_deactivate seq_dd lvm2_crc: % : %.o
22         $(CC) -o $@ $@.o
This page took 0.103905 seconds and 3 git commands to generate.