diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-04-24 20:50:18 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-04-24 20:50:18 +0000 |
| commit | 644d346d998e2785bfa35ec0ddd4cea2885e2da7 (patch) | |
| tree | 0561383f80fdd88e98b38ab6a17b446f891cb5c3 /lib/libarchive | |
| parent | b6d173e44b9e99310ed2fb58f4bb33584a448145 (diff) | |
Diffstat (limited to 'lib/libarchive')
| -rw-r--r-- | lib/libarchive/config_freebsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h index dabc84d17ee6..2d891bc9bd5e 100644 --- a/lib/libarchive/config_freebsd.h +++ b/lib/libarchive/config_freebsd.h @@ -166,8 +166,10 @@ #define HAVE_READDIR_R 1 #define HAVE_READLINK 1 #define HAVE_READLINKAT 1 +#ifndef __linux__ #define HAVE_READPASSPHRASE 1 #define HAVE_READPASSPHRASE_H 1 +#endif #define HAVE_REGEX_H 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 |
