summaryrefslogtreecommitdiff
path: root/net/samba44/files/patch-lib__crypto__wscript_configure
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba44/files/patch-lib__crypto__wscript_configure')
-rw-r--r--net/samba44/files/patch-lib__crypto__wscript_configure13
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)