projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca594f8
)
[packages] transmission: linking only with new libevent2 library
author
Cezary Jackiewicz
<
[email protected]
>
Thu, 10 Mar 2011 05:51:36 +0000
(
05:51
+0000)
committer
Cezary Jackiewicz
<
[email protected]
>
Thu, 10 Mar 2011 05:51:36 +0000
(
05:51
+0000)
SVN-Revision: 25990
net/transmission/Makefile
patch
|
blob
|
history
diff --git
a/net/transmission/Makefile
b/net/transmission/Makefile
index c6c2fc72d47304b16b7c10c780ddbf37dc57c73b..a92db7c6f952e2b046f83fcd66c0992a9f18ee64 100644
(file)
--- a/
net/transmission/Makefile
+++ b/
net/transmission/Makefile
@@
-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 \