]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- builds now (thx samchi for the wrong mode= bit)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Sep 2008 20:01:04 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd-shared.patch -> 1.12

cyrus-imapd-shared.patch

index 3f3b424a6992764927d1102a1f3275fbc4c4fb33..d7bbaf61cf2a792c2cf513e54e4a6f8ae8cc91e6 100644 (file)
  
  distclean: clean
        rm -f Makefile
  
  distclean: clean
        rm -f Makefile
---- 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
+--- cyrus-imapd-2.3.12p2/notifyd/Makefile.in   2008-09-23 22:45:04.180745070 +0300
++++ cyrus-imapd-2.3.12p2/notifyd/Makefile.in   2008-09-23 22:54:37.285871790 +0300
 @@ -49,6 +49,8 @@
  
  CC = @CC@
 @@ -49,6 +49,8 @@
  
  CC = @CC@
 -      $(CC) $(LDFLAGS) -o notifytest \
 -       notifytest.o $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
 +notifytest: notifytest.lo
 -      $(CC) $(LDFLAGS) -o notifytest \
 -       notifytest.o $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
 +notifytest: notifytest.lo
-+      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o notifytest \
++      $(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o notifytest \
 +       notifytest.lo $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  notifyd: $(OBJS) $(SERVICE)
 -      $(CC) $(LDFLAGS) -o notifyd \
 +       notifytest.lo $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  notifyd: $(OBJS) $(SERVICE)
 -      $(CC) $(LDFLAGS) -o notifyd \
-+      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o notifyd \
++      $(LIBTOOL) --mode=link --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 \
         $(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 \
++      $(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o notifyd.pure \
         $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  clean:
         $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  clean:
        $<
  
  # DO NOT DELETE THIS LINE -- make depend depends on it.
        $<
  
  # DO NOT DELETE THIS LINE -- make depend depends on it.
---- 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
+--- cyrus-imapd-2.3.12p2/timsieved/Makefile.in 2008-09-23 22:45:44.807093322 +0300
++++ cyrus-imapd-2.3.12p2/timsieved/Makefile.in 2008-09-23 22:53:34.478241318 +0300
 @@ -49,6 +49,8 @@
  
  CC = @CC@
 @@ -49,6 +49,8 @@
  
  CC = @CC@
  
  timsieved: $(OBJS) $(SERVICE)
 -      $(CC) $(LDFLAGS) -o timsieved \
  
  timsieved: $(OBJS) $(SERVICE)
 -      $(CC) $(LDFLAGS) -o timsieved \
-+      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(LDFLAGS) -o timsieved \
++      $(LIBTOOL) --mode=link --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 \
         $(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 \
++      $(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o timsieved.pure \
         $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  clean:
         $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)
  
  clean:
This page took 0.134651 seconds and 4 git commands to generate.