diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 08:14:56 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 08:14:56 +0100 |
commit | d359dd9981f4137e8873a7a571e5c54c5b2449c4 (patch) | |
tree | abfe99bcbce4324c71bd03f68581bdd605d13ec9 /ext/libressl/ssl_common.mk | |
parent | e215377e5b1440f8ec0842712f2e559e82de2f03 (diff) |
linux and freebsd compatibility
Diffstat (limited to 'ext/libressl/ssl_common.mk')
-rw-r--r-- | ext/libressl/ssl_common.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/libressl/ssl_common.mk b/ext/libressl/ssl_common.mk index fab0710..bac4e9f 100644 --- a/ext/libressl/ssl_common.mk +++ b/ext/libressl/ssl_common.mk @@ -1,6 +1,8 @@ -include common.mk CFLAGS += -I../../include/compat -I../../include +# exclude from include/compat/stdlib.h +CFLAGS += -DHAVE_FREEZERO -DHAVE_GETPROGNAME -DHAVE_RECALLOCARRAY -DHAVE_STRTONUM # exclude from include/compat/string.h CFLAGS += -DHAVE_STRCASECMP -DHAVE_STRLCPY -DHAVE_STRLCAT -DHAVE_STRNDUP -DHAVE_STRNLEN -DHAVE_STRSEP -DHAVE_MEMMEM # exclude from include/compat/unistd.h |