summaryrefslogtreecommitdiffstats
path: root/src/exiv2.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-06-29 23:07:59 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-06-29 23:07:59 (GMT)
commitc638794a74e097e1a9596805344cc61f8c4cd5a4 (patch)
tree7d3a7da51903d537df3fa1e4da3e38cea0b924e8 /src/exiv2.mk
parent92044b5e5c3fd3f3179584ed1e1fad4c6ae111b7 (diff)
downloadmxe-c638794a74e097e1a9596805344cc61f8c4cd5a4.zip
mxe-c638794a74e097e1a9596805344cc61f8c4cd5a4.tar.gz
mxe-c638794a74e097e1a9596805344cc61f8c4cd5a4.tar.bz2
bugfix for package exiv2: fix pkg-config linker flags by removing "-no-undefined"
Diffstat (limited to 'src/exiv2.mk')
-rw-r--r--src/exiv2.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exiv2.mk b/src/exiv2.mk
index 8197bda..faf125a 100644
--- a/src/exiv2.mk
+++ b/src/exiv2.mk
@@ -31,6 +31,8 @@ define $(PKG)_BUILD
--disable-visibility \
--disable-nls \
--with-expat
+ # fix pkg-config linker flags
+ $(SED) -i 's,-no-undefined,,' '$(1)/config/exiv2.pc'
$(MAKE) -C '$(1)/xmpsdk/src' -j '$(JOBS)'
$(MAKE) -C '$(1)/src' -j '$(JOBS)' install-lib
endef