diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2011-06-29 23:07:59 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2011-06-29 23:07:59 (GMT) |
commit | c638794a74e097e1a9596805344cc61f8c4cd5a4 (patch) | |
tree | 7d3a7da51903d537df3fa1e4da3e38cea0b924e8 /src/exiv2.mk | |
parent | 92044b5e5c3fd3f3179584ed1e1fad4c6ae111b7 (diff) | |
download | mxe-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.mk | 2 |
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 |