changeset 1859:d0120fb46c6c

bugfix for package exiv2: fix pkg-config linker flags by removing "-no-undefined"
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 30 Jun 2011 01:07:59 +0200
parents 1d09782f7f3f
children bee15ead0459 3886ee68250c
files src/exiv2.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/exiv2.mk	Wed Jun 08 01:03:30 2011 +0200
+++ b/src/exiv2.mk	Thu Jun 30 01:07:59 2011 +0200
@@ -31,6 +31,8 @@
         --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