diff options
| author | Timur I. Bakeyev <timur@FreeBSD.org> | 2016-05-07 00:38:27 +0000 |
|---|---|---|
| committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2016-05-07 00:38:27 +0000 |
| commit | d510581cd41940cd25c80a664aa23448912d377b (patch) | |
| tree | e4b5bd82cee1dd9813f4c2dd7b11bd0c52c4814f /net/samba44/files/patch-lib__crypto__wscript_configure | |
| parent | Update samba42 and samba43 to the latest versions. A lot of fixes are made to... (diff) | |
Add latest release of Samba 4.4. Port is NOT fully tested, don't use in the production(yet). Make backups before deploying.
Diffstat (limited to 'net/samba44/files/patch-lib__crypto__wscript_configure')
| -rw-r--r-- | net/samba44/files/patch-lib__crypto__wscript_configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/samba44/files/patch-lib__crypto__wscript_configure b/net/samba44/files/patch-lib__crypto__wscript_configure new file mode 100644 index 000000000000..d84dd36ae622 --- /dev/null +++ b/net/samba44/files/patch-lib__crypto__wscript_configure @@ -0,0 +1,13 @@ +--- lib/crypto/wscript_configure.orig 2015-08-30 08:56:39.517693933 +0000 ++++ lib/crypto/wscript_configure 2015-08-30 08:57:16.167655660 +0000 +@@ -1,8 +1,8 @@ + if not conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h', + checklibc=True): +- conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h', +- checklibc=True) + conf.CHECK_FUNCS_IN('MD5Init', 'md', headers='sys/md5.h', + checklibc=True) ++ conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h', ++ checklibc=True) + conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h', + checklibc=True) |
