summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-06-13 03:31:08 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-08-27 02:16:53 -0400
commit1f161bda1f87a219989a56bda57772122dbb11f9 (patch)
tree696b1e80ef08c141a212442d6786f90051ffdf92 /SConstruct
parent56e2881c363b6afa242b617d97203c4c29925cfd (diff)
downloadlighttpd-git-1f161bda1f87a219989a56bda57772122dbb11f9.tar.gz
[build] look for memcpy and define HAVE_MEMCPY
(HAVE_MEMCPY checked by ancient MD5 implementation in algo_md5.c)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f3252825..ce3bced2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -427,6 +427,7 @@ if 1:
'localtime_r',
'lstat',
'madvise',
+ 'memcpy',
'mempcpy',
'memset_s',
'memset',