diff options
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 7b3439d..92a10ba 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -607,6 +607,14 @@ if(NOT HAVE_FREEZERO) | |||
607 | set(COMPAT_SRC ${COMPAT_SRC} compat/freezero.c) | 607 | set(COMPAT_SRC ${COMPAT_SRC} compat/freezero.c) |
608 | endif() | 608 | endif() |
609 | 609 | ||
610 | if(NOT HAVE_GETDELIM) | ||
611 | set(COMPAT_SRC ${COMPAT_SRC} compat/getdelim.c) | ||
612 | endif() | ||
613 | |||
614 | if(NOT HAVE_GETLINE) | ||
615 | set(COMPAT_SRC ${COMPAT_SRC} compat/getline.c) | ||
616 | endif() | ||
617 | |||
610 | if(NOT HAVE_GETOPT) | 618 | if(NOT HAVE_GETOPT) |
611 | set(COMPAT_SRC ${COMPAT_SRC} compat/getopt_long.c) | 619 | set(COMPAT_SRC ${COMPAT_SRC} compat/getopt_long.c) |
612 | endif() | 620 | endif() |