diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-06-09 15:35:40 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-07-08 23:43:54 -0700 |
commit | 598bf7936a0213254dd1fb1493f418099c28d60f (patch) | |
tree | 152c8b52e0e544072bb6ea89f328e33c5f2a7701 /net/clamav/Makefile | |
parent | f9813b340188d6e867ebf4ddde664db94d85158a (diff) |
clamav: fix compilation without libiconv-stub
Ported similar patch from hidapi.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/clamav/Makefile')
-rw-r--r-- | net/clamav/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/clamav/Makefile b/net/clamav/Makefile index 6fb63aa67..de53e6bf3 100644 --- a/net/clamav/Makefile +++ b/net/clamav/Makefile @@ -70,8 +70,6 @@ CMAKE_OPTIONS += \ -DENABLE_EXAMPLES=OFF \ -DENABLE_UNRAR=OFF \ -DENABLE_SYSTEMD=OFF \ - -DIconv_INCLUDE_DIR=$(ICONV_PREFIX)/include \ - -DIconv_LIBRARY=$(ICONV_PREFIX)/lib/libiconv.$(if $(ICONV_FULL),so,a) \ -DHAVE_SYSTEM_LFS_FTS=O$(if $(CONFIG_USE_GLIBC),N,FF) TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -fno-rtti -flto |