git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
0a3df1d
)
Unbreak build on Solaris.
author
Phil Pennock
<pdp@exim.org>
Sun, 6 May 2012 13:32:53 +0000
(06:32 -0700)
committer
Phil Pennock
<pdp@exim.org>
Sun, 6 May 2012 13:32:53 +0000
(06:32 -0700)
Solaris needs -lresolv, ie $(LIBRESOLV), for anything referencing DNS.
I added _res stuff to os.c.
os.c is used by multiple tools, but of those only Exim needs the DNS functionality.
So used a !defined(COMPILE_UTILITY) guard.
No differences found