diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-17 05:18:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:20 -0500 |
commit | 416c9068a2e2fcc50a7fdfff4c1b4dc8d99f6353 (patch) | |
tree | 780b70935f5f34eb3e0774342cfaf411ae558391 /source4/heimdal_build | |
parent | 08e23b36cb2a7437257c399e390485f288c572a1 (diff) | |
download | samba-416c9068a2e2fcc50a7fdfff4c1b4dc8d99f6353.tar.gz samba-416c9068a2e2fcc50a7fdfff4c1b4dc8d99f6353.tar.xz samba-416c9068a2e2fcc50a7fdfff4c1b4dc8d99f6353.zip |
r7672: this should fix the crypt dependency problem (I hope!)
(This used to be commit 3fe00b61147e09159ef02328a7f1d8f7805abf0d)
Diffstat (limited to 'source4/heimdal_build')
-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 4d7e63877af..66680fb8ad2 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -380,6 +380,6 @@ REQUIRED_SUBSYSTEMS = \ # Start SUBSYSTEM KERBEROS_LIB [SUBSYSTEM::KERBEROS_LIB] #REQUIRED_SUBSYSTEMS = EXT_LIB_KRB5 -REQUIRED_SUBSYSTEMS = HEIMDAL LIBREPLACE +REQUIRED_SUBSYSTEMS = HEIMDAL LIBREPLACE EXT_LIB_CRYPT # End SUBSYSTEM KERBEROS_LIB ####################### |