]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- more missing libtools
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Sep 2008 19:51:36 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd-shared.patch -> 1.11

cyrus-imapd-shared.patch

index ef1f066268a104e9105fa49caa93302646faeaad..3f3b424a6992764927d1102a1f3275fbc4c4fb33 100644 (file)
  
  distclean: clean
        rm -f Makefile
---- cyrus-imapd-2.3.12p2.shared/notifyd/Makefile.in    2008-09-23 21:44:50.599845178 +0300
-+++ cyrus-imapd-2.3.12p2/notifyd/Makefile.in   2008-09-23 21:50:36.163828302 +0300
+--- cyrus-imapd-2.3.12p2/notifyd/Makefile.in   2008-09-23 21:50:36.163828302 +0300
++++ cyrus-imapd-2.3.12p2/notifyd/Makefile.in   2008-09-23 22:45:04.180745070 +0300
 @@ -49,6 +49,8 @@
  
  CC = @CC@
  
  PURIFY=/usr/local/bin/purify
  PUREOPT=-best-effort
-@@ -84,11 +86,11 @@
+@@ -84,23 +86,23 @@
  install:
        $(INSTALL) -m 755 notifyd $(DESTDIR)$(service_path)
  
 +OBJS= notifyd.lo notify_null.lo notify_log.lo notify_mailto.lo notify_zephyr.lo
  
 -notifytest: notifytest.o
-+notifytest: notifytest.lo
-       $(CC) $(LDFLAGS) -o notifytest \
+-      $(CC) $(LDFLAGS) -o notifytest \
 -       notifytest.o $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
++notifytest: notifytest.lo
++      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o notifytest \
 +       notifytest.lo $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  notifyd: $(OBJS) $(SERVICE)
-       $(CC) $(LDFLAGS) -o notifyd \
-@@ -100,7 +102,7 @@
+-      $(CC) $(LDFLAGS) -o notifyd \
++      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o notifyd \
+        $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
+ notifyd.pure: $(OBJS) $(SERVICE)
+       $(PURIFY) $(PUREOPT) \
+-      $(CC) $(LDFLAGS) -o notifyd.pure \
++      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o notifyd.pure \
         $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  clean:
        $<
  
  # DO NOT DELETE THIS LINE -- make depend depends on it.
---- cyrus-imapd-2.3.12p2.shared/timsieved/Makefile.in  2008-09-23 21:44:50.587844484 +0300
-+++ cyrus-imapd-2.3.12p2/timsieved/Makefile.in 2008-09-23 21:51:30.334960853 +0300
+--- cyrus-imapd-2.3.12p2/timsieved/Makefile.in 2008-09-23 21:51:30.334960853 +0300
++++ cyrus-imapd-2.3.12p2/timsieved/Makefile.in 2008-09-23 22:45:44.807093322 +0300
 @@ -49,6 +49,8 @@
  
  CC = @CC@
  
  PURIFY=/usr/local/bin/purify
  PUREOPT=-best-effort
-@@ -84,8 +86,8 @@
+@@ -84,20 +86,20 @@
  install:
        $(INSTALL) -m 755 timsieved $(DESTDIR)$(service_path)
  
 +      ../imap/proxy.lo
  
  timsieved: $(OBJS) $(SERVICE)
-       $(CC) $(LDFLAGS) -o timsieved \
-@@ -97,7 +99,7 @@
+-      $(CC) $(LDFLAGS) -o timsieved \
++      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o timsieved \
+        $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
+ timsieved.pure: $(OBJS) $(SERVICE)
+       $(PURIFY) $(PUREOPT) \
+-      $(CC) $(LDFLAGS) -o timsieved.pure \
++      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o timsieved.pure \
         $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  clean:
This page took 0.805588 seconds and 4 git commands to generate.