summaryrefslogtreecommitdiffstats
path: root/src/vmime.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmime.mk')
-rw-r--r--src/vmime.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/vmime.mk b/src/vmime.mk
index c1d7727..e43482e 100644
--- a/src/vmime.mk
+++ b/src/vmime.mk
@@ -19,6 +19,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && ./bootstrap
cd '$(1)' && ./configure \
--prefix='$(PREFIX)/$(TARGET)' \
--host='$(TARGET)' \
@@ -27,10 +28,6 @@ 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'