[packages] transmission: linking only with new libevent2 library
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25990 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
638f8b501a
commit
7946347f15
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=transmission
|
||||
PKG_VERSION:=2.22
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
|
||||
@ -75,7 +75,7 @@ define Package/transmission-daemon/conffiles
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
LIBEVENT_LIBS="$(STAGING_DIR)/usr/lib/libevent.so"
|
||||
LIBEVENT_LIBS="$(STAGING_DIR)/usr/lib/libevent-2.0.so.5"
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-daemon \
|
||||
|
Loading…
x
Reference in New Issue
Block a user