components/php-5_3/imap/patches/02_imap_unix_Makefile.patch
changeset 846 fe258446a1ae
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     1 --- imap-2007f/src/osdep/unix/Makefile_orig	Fri Jul 22 17:20:10 2011
       
     2 +++ imap-2007f/src/osdep/unix/Makefile	Mon Nov  7 13:37:37 2011
       
     3 @@ -54,7 +54,7 @@
       
     4  
       
     5  # Extended flags needed for SSL.  You may need to modify.
       
     6  
       
     7 -SSLDIR=/usr/local/ssl
       
     8 +SSLDIR=/usr
       
     9  SSLCERTS=$(SSLDIR)/certs
       
    10  SSLKEYS=$(SSLCERTS)
       
    11  SSLINCLUDE=$(SSLDIR)/include
       
    12 @@ -724,9 +724,9 @@
       
    13  	 SPOOLDIR=/var/spool MAILSPOOL=/var/mail \
       
    14  	 ACTIVEFILE=/usr/share/news/active \
       
    15  	 RSHPATH=/usr/bin/rsh \
       
    16 -	 BASECFLAGS="-g -O -w" \
       
    17 +	 BASECFLAGS="$$CFLAGS" \
       
    18  	 BASELDFLAGS="-lsocket -lnsl -lgen" \
       
    19 -	 RANLIB=true CC=/opt/SUNWspro/bin/cc
       
    20 +	 RANLIB=true CC="$$CC"
       
    21  
       
    22  
       
    23  # Note: It is a long and disgusting story about why cc is set to ucbcc.  You