1 --- imap-2007e/src/osdep/unix/Makefile.orig 2011-04-14 19:34:16.291543822 +0100
2 +++ imap-2007e/src/osdep/unix/Makefile 2011-04-14 19:36:56.638711363 +0100
4 BASELDFLAGS="-lsocket -lnsl -lgen" \
5 RANLIB=true CC=/opt/SUNWspro/bin/cc
7 +ec: os_sol.h # Solaris EveryCity
8 + $(BUILD) `$(CAT) SPECIALS` OS=sol \
9 + SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
10 + SPOOLDIR=/var/spool MAILSPOOL=/var/mail \
11 + ACTIVEFILE=/usr/share/news/active \
12 + RSHPATH=/usr/bin/rsh \
13 + BASECFLAGS="$$CFLAGS" \
14 + BASELDFLAGS="-lsocket -lnsl -lgen -fPIC" \
18 # Note: It is a long and disgusting story about why cc is set to ucbcc. You
19 # need to invoke the C compiler so that it links with the SVR4 libraries and