dovecot: str_sanitize.o no longer needs to be in unused_objects.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sun Dec 23 16:31:58 EET 2007
    
    
  
details:   http://hg.dovecot.org/dovecot/rev/5e0f115665bf
changeset: 7040:5e0f115665bf
user:      cras at kaali
date:      Sun Dec 23 16:31:54 2007 +0200
description:
str_sanitize.o no longer needs to be in unused_objects.
diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
src/pop3/Makefile.am |    3 +--
diffs (13 lines):
diff -r 1496782a2461 -r 5e0f115665bf src/pop3/Makefile.am
--- a/src/pop3/Makefile.am	Sat Dec 22 06:23:24 2007 +0200
+++ b/src/pop3/Makefile.am	Sun Dec 23 16:31:54 2007 +0200
@@ -14,8 +14,7 @@ pop3_LDFLAGS = -export-dynamic
 # get some functions included which only plugins use. liblib should probably
 # be a shared library so this wouldn't be needed..
 unused_objects = \
-	../lib/mountpoint.o \
-	../lib/str-sanitize.o
+	../lib/mountpoint.o
 
 libs = \
 	../lib-storage/register/libstorage-register.a \
    
    
More information about the dovecot-cvs
mailing list