diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-04 23:43:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:14 -0500 |
commit | a0314b225fe0ebc8bd154f8117a0f97d3389befa (patch) | |
tree | 9d02a44395ed5dce3bd786fadcc60b9fe1261196 /source4 | |
parent | 94efb6f70efd7d3f2f5740cf0998f23bb9624546 (diff) | |
download | samba-a0314b225fe0ebc8bd154f8117a0f97d3389befa.tar.gz samba-a0314b225fe0ebc8bd154f8117a0f97d3389befa.tar.bz2 samba-a0314b225fe0ebc8bd154f8117a0f97d3389befa.zip |
r9077: HEIMDAL_ROKEN needs inet_aton and on solaris it's in -lsocket
this should fix the build on sun1
metze
(This used to be commit 06c2aaa50061229cc5082733a8fa58080a5c4305)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 20ccaa022b..1afa3eaab6 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -297,7 +297,7 @@ ADD_OBJ_FILES = \ heimdal/lib/roken/strupr.o \ heimdal/lib/roken/strpool.o \ heimdal_build/replace.o -REQUIRED_SUBSYSTEMS = HEIMDAL_ROKEN_ADDRINFO +REQUIRED_SUBSYSTEMS = HEIMDAL_ROKEN_ADDRINFO EXT_LIB_SOCKET NOPROTO = YES # End SUBSYSTEM HEIMDAL_ROKEN ####################### |