diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-03-25 22:06:29 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-03-25 22:06:29 (GMT) |
commit | 123c5fd4b6c4997f089147fa53c78f6e692a0b8f (patch) | |
tree | 12816101345a8668e91d17f8006afddfb0b656a2 /src/exiv2.mk | |
parent | 2dd76102cd715073dacd1e3e5f03c753a893d9e0 (diff) | |
download | mxe-123c5fd4b6c4997f089147fa53c78f6e692a0b8f.zip mxe-123c5fd4b6c4997f089147fa53c78f6e692a0b8f.tar.gz mxe-123c5fd4b6c4997f089147fa53c78f6e692a0b8f.tar.bz2 |
package exiv2: gcc 4.6 workaround
Diffstat (limited to 'src/exiv2.mk')
-rw-r--r-- | src/exiv2.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exiv2.mk b/src/exiv2.mk index a570ca0..dfbffc6 100644 --- a/src/exiv2.mk +++ b/src/exiv2.mk @@ -24,6 +24,7 @@ define $(PKG)_BUILD $(SED) -i 's,#include <cstdio>,#include <stdio.h>,' '$(1)/xmpsdk/src/XMPMeta.cpp' # 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 \ |