[dovecot-cvs] dovecot INSTALL,1.13,1.14
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Tue Jul  1 23:17:04 EEST 2003
    
        - Previous message: [dovecot-cvs] 
	dovecot/src/lib-storage/index/mbox mbox-storage.c,1.53,1.54
- Next message: [dovecot-cvs] 
	dovecot/src/imap client.c,1.30,1.31 cmd-append.c,1.26,1.27
	common.h,1.7,1.8 main.c,1.35,1.36
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv13124
Modified Files:
	INSTALL 
Log Message:
CPPFLAGS/LDFLAGS examples were missing -I / -L options..
Index: INSTALL
===================================================================
RCS file: /home/cvs/dovecot/INSTALL,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- INSTALL	26 Jun 2003 00:05:16 -0000	1.13
+++ INSTALL	1 Jul 2003 19:17:02 -0000	1.14
@@ -19,7 +19,7 @@
 include or library paths, you can give them in CPPFLAGS and LDFLAGS
 environment variables. For example:
 
-  CPPFLAGS=/opt/openssl/include LDFLAGS=/opt/openssl/lib ./configure
+  CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure
 
 
 SSL/TLS
    
    
        
	- Previous message: [dovecot-cvs] 
	dovecot/src/lib-storage/index/mbox mbox-storage.c,1.53,1.54
- Next message: [dovecot-cvs] 
	dovecot/src/imap client.c,1.30,1.31 cmd-append.c,1.26,1.27
	common.h,1.7,1.8 main.c,1.35,1.36
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the dovecot-cvs
mailing list