[packages] transmission: always enable large file support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
063c3b3b1f
commit
4dce7b6b5a
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=transmission
|
||||
PKG_VERSION:=2.04
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
|
||||
@ -80,7 +80,8 @@ CONFIGURE_VARS += \
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-daemon \
|
||||
--enable-cli \
|
||||
--disable-gtk
|
||||
--disable-gtk \
|
||||
--enable-largefile
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user