git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Sqlite: fix segfault on bad/missing sqlite_dbfile. Bug 2606
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-IRIX
1
# Exim: OS-specific make file for IRIX
2
3
HAVE_ICONV=yes
4
BASENAME_COMMAND=/sbin/basename
5
HOSTNAME_COMMAND=/usr/bsd/hostname
6
CFLAGS=-OPT:Olimit=1500
7
LIBS=-lmld -lm
8
XINCLUDE=-I/usr/include/X11
9
vfork=fork
10
RANLIB=@true
11
12
# End