Browse Source

Merge pull request #869 from jow-/libtorrent-autoconf-fix

libtorrent: remove manual autoconf invocation
lilik-openwrt-22.03
tripolar 10 years ago
parent
commit
f69329e0d3
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libs/libtorrent/Makefile

+ 0
- 5
libs/libtorrent/Makefile View File

@ -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/


Loading…
Cancel
Save