heimdal: Fix build if using system roken.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 19 Dec 2010 17:34:22 +0000 (18:34 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Dec 2010 21:29:40 +0000 (22:29 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Dec 19 22:29:41 CET 2010 on sn-devel-104

source4/heimdal_build/wscript_build

index e97867cab484c02a3d6944bc9a3da19a9305702e..5c9378d6c73fc87c4f0980b0b3fa2747254f143a 100644 (file)
@@ -698,7 +698,7 @@ if not bld.CONFIG_SET("USING_SYSTEM_TOMMATH"):
 HEIMDAL_LIBRARY('hcrypto',
     'lib/hcrypto/aes.c lib/hcrypto/bn.c lib/hcrypto/dh.c lib/hcrypto/dh-ltm.c lib/hcrypto/des.c lib/hcrypto/dsa.c lib/hcrypto/engine.c lib/hcrypto/md2.c lib/hcrypto/md4.c lib/hcrypto/md5.c lib/hcrypto/rsa.c lib/hcrypto/rsa-ltm.c lib/hcrypto/rc2.c lib/hcrypto/rc4.c lib/hcrypto/rijndael-alg-fst.c lib/hcrypto/rnd_keys.c lib/hcrypto/sha.c lib/hcrypto/sha256.c lib/hcrypto/sha512.c lib/hcrypto/ui.c lib/hcrypto/evp.c lib/hcrypto/evp-hcrypto.c lib/hcrypto/pkcs5.c lib/hcrypto/pkcs12.c lib/hcrypto/rand.c lib/hcrypto/rand-egd.c lib/hcrypto/rand-unix.c lib/hcrypto/rand-fortuna.c lib/hcrypto/rand-timer.c lib/hcrypto/hmac.c lib/hcrypto/camellia.c lib/hcrypto/camellia-ntt.c lib/hcrypto/common.c lib/hcrypto/validate.c',
     includes='../heimdal/lib/hcrypto ../heimdal/lib ../heimdal/include',
-    deps='roken asn1 tommath',
+    deps='roken asn1 tommath replace',
     version_script='lib/hcrypto/version-script.map',
     vnum='5.0.1',
     )