diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 21:03:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 21:03:09 +0100 |
commit | c023828962d7050668c38129170121cc50cd300f (patch) | |
tree | 02e9eda98a5418cc4555c5b24ca8a1612a706c18 /lib/crypto | |
parent | b682b0feb0af40656cd1b71a859cb1f23edcbcf5 (diff) | |
download | samba-c023828962d7050668c38129170121cc50cd300f.tar.gz samba-c023828962d7050668c38129170121cc50cd300f.tar.bz2 samba-c023828962d7050668c38129170121cc50cd300f.zip |
Fix missing symbols issues when building with shared libraries.
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/crypto/config.mk b/lib/crypto/config.mk index ee111bd088..e39f06dcae 100644 --- a/lib/crypto/config.mk +++ b/lib/crypto/config.mk @@ -8,8 +8,7 @@ LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \ crc32.o md5.o hmacmd5.o md4.o \ arcfour.o sha256.o hmacsha256.o) -[MODULE::TORTURE_LIBCRYPTO] -SUBSYSTEM = smbtorture +[SUBSYSTEM::TORTURE_LIBCRYPTO] PRIVATE_DEPENDENCIES = LIBCRYPTO TORTURE_LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \ |