tags 422277 +patch thanks Hello,
I have written a little patch to fix this FTBFS, please apply it in a few days otherwise I will NMU it (if you don't have time, please tell me and I will upload the NMU right now). Thank you and regards -- .''`. Mario Iseli <[EMAIL PROTECTED]> : :' : proud user of Debian unstable `. `'` `- Debian - when you have better things to do than fixing a system
diff -Naur aolserver4-nsimap-3.1.old/debian/debian.mk aolserver4-nsimap-3.1/debian/debian.mk --- aolserver4-nsimap-3.1.old/debian/debian.mk 2007-05-13 21:56:55.000000000 +0200 +++ aolserver4-nsimap-3.1/debian/debian.mk 2007-05-13 21:58:42.000000000 +0200 @@ -10,6 +10,6 @@ gcc -pipe -I/usr/include/c-client/ -I/usr/lib/aolserver4/include -I/usr/include/imap -g -O -D__NO_STRING_INLINES -D__NO_MATH_INLINES -Wall -Wconversion -Wno-implicit-int -fPIC -I/usr/include/aolserver4 -I/usr/include/tcl8.4 -DNO_CONST -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DPEEK_XCLOSEIM=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_TIMEGM=1 -DHAVE_POLL=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 -DHAVE_CMMSG=1 -c -o nsimap.o nsimap.c libs: - gcc -pipe -shared -nostartfiles -o nsimap.so nsimap.o -L/usr/kerberos/lib -lgssapi_krb5 -lpam -lcrypto -lssl -lnsthread -lnsd -L/usr/lib -lc-client -ltcl8.4 -ldl -lpthread -lieee -lm + gcc -pipe -shared -nostartfiles -o nsimap.so nsimap.o -L/usr/kerberos/lib -L/usr/lib -L/usr/lib/aolserver4/lib -lgssapi_krb5 -lpam -lcrypto -lssl -lnsthread -lnsd -lc-client -ltcl8.4 -ldl -lpthread -lieee -lm .PHONY: all