summaryrefslogtreecommitdiffstats
path: root/src/exiv2.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-06 20:44:52 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-06 20:44:52 (GMT)
commit18237df9b232da59a76d7342d1dc7bc7d607486e (patch)
treebf7f15c97edff8e6307cf9a3d78b5929651e42ea /src/exiv2.mk
parentf232a1fca7be0500aebab1713d6b1bfdc69dee8b (diff)
downloadmxe-18237df9b232da59a76d7342d1dc7bc7d607486e.zip
mxe-18237df9b232da59a76d7342d1dc7bc7d607486e.tar.gz
mxe-18237df9b232da59a76d7342d1dc7bc7d607486e.tar.bz2
exiv2: fix missing mman lib
fixes #1039
Diffstat (limited to 'src/exiv2.mk')
-rw-r--r--src/exiv2.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exiv2.mk b/src/exiv2.mk
index 5d4e2e8..32ee5b9 100644
--- a/src/exiv2.mk
+++ b/src/exiv2.mk
@@ -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')