commit f69329e0d3f5ebebb9e6c768a974042a439b65cb
parent c6663a360bbb0e4291da4f6c1183753f2f2d8f3f
Author: tripolar <tripolar@users.noreply.github.com>
Date: Mon, 9 Feb 2015 14:36:37 +0100
Merge pull request #869 from jow-/libtorrent-autoconf-fix
libtorrent: remove manual autoconf invocation
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile
@@ -51,11 +51,6 @@ CONFIGURE_ARGS+= \
--disable-instrumentation \
--with-zlib=$(STAGING_DIR)/usr
-define Build/Configure
- ( cd $(PKG_BUILD_DIR); ./autogen.sh );
- $(call Build/Configure/Default)
-endef
-
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/torrent $(1)/usr/include/