diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-05-25 13:11:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:57 -0500 |
commit | a11e7f18a09711a596ff75940b30dca762bf3482 (patch) | |
tree | c8aa8348e6f5ae076a2b21e5a97c2115aad076a5 | |
parent | e3408e61607f19f275062164adfc45ae08623f9e (diff) | |
download | samba-a11e7f18a09711a596ff75940b30dca762bf3482.tar.gz samba-a11e7f18a09711a596ff75940b30dca762bf3482.tar.bz2 samba-a11e7f18a09711a596ff75940b30dca762bf3482.zip |
r23145: try to fix the build on solaris
metze
(This used to be commit 7a513bd741dc2b16a4331e9687a28fb7e403d040)
-rw-r--r-- | source4/heimdal_build/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 34ee6ecd3e..deed290d8d 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -440,7 +440,8 @@ PUBLIC_DEPENDENCIES = \ HEIMDAL_ROKEN_CLOSEFROM \ GAI \ RESOLV \ - EXT_SOCKET + EXT_SOCKET \ + EXT_NSL # End SUBSYSTEM HEIMDAL_ROKEN ####################### |