diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 12:54:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:28 -0500 |
commit | 6275553baee5593f9e13a0635755b2deb275c3be (patch) | |
tree | effa8d8e0d11e48dd31fb32fe0aa358882d09198 /source4/heimdal_build/config.mk | |
parent | fe9312609694011d9201a3d07df2cde5a75eec05 (diff) | |
download | samba-6275553baee5593f9e13a0635755b2deb275c3be.tar.gz samba-6275553baee5593f9e13a0635755b2deb275c3be.tar.bz2 samba-6275553baee5593f9e13a0635755b2deb275c3be.zip |
r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocket on SUN
boxes.
(This used to be commit c95ad11307dc89384c10bd5919817bf12d9c1ed9)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-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 dd5a241d59..be99f5bc24 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -320,7 +320,7 @@ OBJ_FILES = \ ../heimdal/lib/roken/freehostent.o \ ../heimdal/lib/roken/copyhostent.o \ ../heimdal/lib/roken/hostent_find_fqdn.o -PRIVATE_DEPENDENCIES = SOCKET +PRIVATE_DEPENDENCIES = EXT_SOCKET ####################### # Start SUBSYSTEM HEIMDAL_ROKEN |