From: Stephen Walker Date: Mon, 30 May 2011 03:34:30 +0000 (+0000) Subject: [packages] rblibtorrent: remove unnecessary misspelled build dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2a7c1fff13c9feea79433eba3ecb964ef5ef4ed7;p=openwrt%2Fsvn-archive%2Farchive.git [packages] rblibtorrent: remove unnecessary misspelled build dependency SVN-Revision: 27028 --- diff --git a/libs/rblibtorrent/Makefile b/libs/rblibtorrent/Makefile index 9e176d447a..760f185b23 100644 --- a/libs/rblibtorrent/Makefile +++ b/libs/rblibtorrent/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -16,7 +16,7 @@ PKG_SOURCE:=libtorrent-rasterbar-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/libtorrent PKG_MD5SUM:=6959f719245d82758235fd73d93373b2 PKG_BUILD_DIR:=$(BUILD_DIR)/libtorrent-rasterbar-$(PKG_VERSION) -PKG_BUILD_DEPENDS:=libtool bzlib +PKG_BUILD_DEPENDS:=libtool BOOSTPOSTFIX=mt include $(INCLUDE_DIR)/package.mk