summaryrefslogtreecommitdiffstats
path: root/src/exiv2.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-03-27 16:14:08 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-03-27 16:14:08 (GMT)
commitb1b338dc87c47e18e8a163e3e34ea7a7b9c07e94 (patch)
tree4657e47a4229f6a44019a75e4c6ea8ff4c77cc65 /src/exiv2.mk
parentd29806fbe30a2d0f6ecd064084bb6966dc22e116 (diff)
downloadmxe-b1b338dc87c47e18e8a163e3e34ea7a7b9c07e94.zip
mxe-b1b338dc87c47e18e8a163e3e34ea7a7b9c07e94.tar.gz
mxe-b1b338dc87c47e18e8a163e3e34ea7a7b9c07e94.tar.bz2
don't remove the "-no-undefined" flag, but provide clean bugfixes instead for packages exiv2 and xine-lib
Diffstat (limited to 'src/exiv2.mk')
-rw-r--r--src/exiv2.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exiv2.mk b/src/exiv2.mk
index e4e9283..8197bda 100644
--- a/src/exiv2.mk
+++ b/src/exiv2.mk
@@ -20,9 +20,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ # rebuild configure script as one of the patches modifies configure.ac
+ $(MAKE) -C '$(1)/config' -f config.make
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
- $(SED) -i 's/ -no-undefined//;' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \