restored fix for the libvmime.a filename in package vmime

pull/13/head
Mark Brand 14 years ago
parent dd4ea7f1bd
commit 62ab25d942

@ -29,6 +29,10 @@ define $(PKG)_BUILD
--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'

Loading…
Cancel
Save