]> git.pld-linux.org Git - packages/evms.git/commitdiff
- updated for 2.5.5 AC-branch auto/ac/evms-2_5_5-1 auto/th/evms-2_5_5-1
authorshadzik <shadzik@pld-linux.org>
Sun, 1 Jul 2007 17:11:08 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evms-link.patch -> 1.3

evms-link.patch

index 559a7a63a5fbb541b435b6ed6d07da262797ef46..e463cfe47afcbb51d6596154b785fd3a2c119f93 100644 (file)
@@ -9,3 +9,14 @@
  
  all: .depend $(TARGET)
        $(PROCESS_DIRS)
+--- evms-2.5.5/tests/Makefile.in       2005-10-10 17:56:03.000000000 +0200
++++ evms-2.5.5/tests/Makefile.in-new   2007-07-01 19:03:17.169858731 +0200
+@@ -36,7 +36,7 @@
+       rm -f Makefile
+ evms_clean: % : %.o
+-      $(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@ $@.o
++      $(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) -o $@ $@.o $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms
+ evms_deactivate seq_dd lvm2_crc: % : %.o
+       $(CC) -o $@ $@.o
This page took 0.063638 seconds and 4 git commands to generate.