diff src/vmime.mk @ 683:9a35ed88357b

use the autotools for package vmime
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 02:32:29 +0100
parents dab071eac9c0
children 93f1be1d2089
line wrap: on
line diff
--- a/src/vmime.mk	Fri Feb 05 01:01:20 2010 +0100
+++ b/src/vmime.mk	Fri Feb 05 02:32:29 2010 +0100
@@ -19,6 +19,7 @@
 endef
 
 define $(PKG)_BUILD
+    cd '$(1)' && ./bootstrap
     cd '$(1)' && ./configure \
       --prefix='$(PREFIX)/$(TARGET)' \
       --host='$(TARGET)' \
@@ -27,10 +28,6 @@
       --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'