]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- install solved by installing dependant library first
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Sep 2008 21:10:54 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd-shared.patch -> 1.13

cyrus-imapd-shared.patch

index d7bbaf61cf2a792c2cf513e54e4a6f8ae8cc91e6..221fca78a35692c977de3e22c6d220d83aba2b4b 100644 (file)
  
 -
  # DO NOT DELETE THIS LINE -- make depend depends on it.
---- cyrus-imapd-2.3.12p2.shared/lib/Makefile.in        2008-09-23 21:44:50.599845178 +0300
-+++ cyrus-imapd-2.3.12p2/lib/Makefile.in       2008-09-23 21:52:42.531135729 +0300
+--- cyrus-imapd-2.3.12p2/lib/Makefile.in       2008-09-23 21:52:42.531135729 +0300
++++ cyrus-imapd-2.3.12p2/lib/Makefile.in       2008-09-24 00:04:08.275006403 +0300
 @@ -44,10 +44,10 @@
  # $Id$
  
 -      $(INSTALL) -m 644 libcyrus.a $(DESTDIR)$(libdir)
 -      $(INSTALL) -m 644 libcyrus_min.a $(DESTDIR)$(libdir)
 -       $(RANLIB) $(DESTDIR)$(libdir)/libcyrus.a
-+      $(LIBTOOL) --mode=install $(INSTALL) -m 644 libcyrus.la $(DESTDIR)$(libdir)
 +      $(LIBTOOL) --mode=install $(INSTALL) -m 644 libcyrus_min.la $(DESTDIR)$(libdir)
++      $(LIBTOOL) --mode=install $(INSTALL) -m 644 libcyrus.la $(DESTDIR)$(libdir)
        for file in $(LIBCYR_HDRS); \
        do \
                $(INSTALL) -m 644 $$file $(DESTDIR)$(prefix)/include/cyrus || exit 1; \
This page took 0.044743 seconds and 4 git commands to generate.