exiv2: fix missing mman lib

fixes #1039
This commit is contained in:
Tony Theodore 2015-12-07 07:44:52 +11:00
parent f232a1fca7
commit 18237df9b2
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ define $(PKG)_BUILD
--disable-visibility \
--disable-nls \
--with-expat \
LIBS='-lmman' \
$(if $(BUILD_SHARED),\
lt_cv_deplibs_check_method='file_magic file format (pe-i386|pe-x86-64)' \
lt_cv_file_magic_cmd='$$OBJDUMP -f')