diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-04-22 23:08:17 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-04-22 23:37:20 +0900 |
commit | 048625cf2b36a91bcf04c5a1adc02fc5803491ca (patch) | |
tree | 5f328c5237ea412b17c7c7f3d5c8132115c7e790 /crypto/Makefile.am | |
parent | 9d2418ae3a0b9577fdea0bac90802d8c0147f7f4 (diff) | |
download | portable-048625cf2b36a91bcf04c5a1adc02fc5803491ca.tar.gz portable-048625cf2b36a91bcf04c5a1adc02fc5803491ca.tar.bz2 portable-048625cf2b36a91bcf04c5a1adc02fc5803491ca.zip |
Add freezero support
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 04b67aa..0e7f9c8 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -84,6 +84,10 @@ if !HAVE_ASPRINTF | |||
84 | libcompat_la_SOURCES += compat/bsd-asprintf.c | 84 | libcompat_la_SOURCES += compat/bsd-asprintf.c |
85 | endif | 85 | endif |
86 | 86 | ||
87 | if !HAVE_FREEZERO | ||
88 | libcompat_la_SOURCES += compat/freezero.c | ||
89 | endif | ||
90 | |||
87 | if !HAVE_GETPAGESIZE | 91 | if !HAVE_GETPAGESIZE |
88 | libcompat_la_SOURCES += compat/getpagesize.c | 92 | libcompat_la_SOURCES += compat/getpagesize.c |
89 | endif | 93 | endif |