changeset 719:bfc3a4937bcb

restored fix for the libvmime.a filename in package vmime
author Mark Brand <mabrand@mabrand.nl>
date Tue, 09 Feb 2010 01:06:53 +0100
parents f0c2e7a38bc5
children a22a99b45c2e
files src/vmime.mk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/vmime.mk	Mon Feb 08 18:28:06 2010 +0100
+++ b/src/vmime.mk	Tue Feb 09 01:06:53 2010 +0100
@@ -29,6 +29,10 @@
       --disable-rpath \
       --disable-dependency-tracking
 
+    # Add the missing "a" suffix for the library.
+    # Otherwise, we get a "libvmime.la" that refers to "libvimime."
+    $(SED) 's/^libext=$$/libext=a/;' -i '$(1)/libtool'
+
     # Disable VMIME_HAVE_MLANG_H
     # We have the header, but there is no implementation for IMultiLanguage in MinGW
     $(SED) 's,^#define VMIME_HAVE_MLANG_H 1$$,,' -i '$(1)/vmime/config.hpp'