Browse Source

Merge pull request #870 from jow-/rtorrent-autoconf-fix

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

+ 0
- 5
net/rtorrent/Makefile View File

@ -80,11 +80,6 @@ ifeq ($(BUILD_VARIANT),rpc)
endif
define Build/Configure
( cd $(PKG_BUILD_DIR); ./autogen.sh );
$(call Build/Configure/Default)
endef
define Package/rtorrent/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rtorrent $(1)/usr/bin/


Loading…
Cancel
Save