diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-30 09:02:47 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-30 09:02:47 (GMT) |
commit | 8cc6f600d622f6a3440ce2825fb26e8d9b3b42f9 (patch) | |
tree | b2cd27435d0ec6dd1a07ab4571ad5b6775839ba7 /src/exiv2-r2472.patch | |
parent | 0f01e5e88f720fe5073c88f5cf1803d5c283904d (diff) | |
parent | b30427d28d4cceee4de47142d60f1711fb616dbf (diff) | |
download | mxe-8cc6f600d622f6a3440ce2825fb26e8d9b3b42f9.zip mxe-8cc6f600d622f6a3440ce2825fb26e8d9b3b42f9.tar.gz mxe-8cc6f600d622f6a3440ce2825fb26e8d9b3b42f9.tar.bz2 |
merge
Diffstat (limited to 'src/exiv2-r2472.patch')
-rw-r--r-- | src/exiv2-r2472.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/src/exiv2-r2472.patch b/src/exiv2-r2472.patch deleted file mode 100644 index 8016757..0000000 --- a/src/exiv2-r2472.patch +++ /dev/null @@ -1,41 +0,0 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. - -This patch has been taken from: -http://dev.exiv2.org/issues/767 - -Index: trunk/config/configure.ac -=================================================================== ---- trunk/config/configure.ac (revision 2471) -+++ trunk/config/configure.ac (revision 2472) -@@ -31,12 +31,6 @@ - AC_PROG_LN_S - AC_PROG_MAKE_SET - AC_CANONICAL_HOST --# Add flag for DLL on Windows --case "$host_os" in --*mingw* | *cygwin*) -- LDFLAGS="$LDFLAGS -no-undefined" -- ;; --esac - - # --------------------------------------------------------------------------- - # i18n support -@@ -204,6 +198,17 @@ - fi - AC_SUBST(EXV_LIB_STATIC) - -+# Add flag for DLL on Windows -+# -+# This must happen after all other configure checks, because -+# the "-no-undefined" flag is only for libtool and may not be -+# passed to GCC by accident. -+case "$host_os" in -+*mingw* | *cygwin*) -+ LDFLAGS="$LDFLAGS -no-undefined" -+ ;; -+esac -+ - # --------------------------------------------------------------------------- - # Create output files. - # --------------------------------------------------------------------------- |