lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 23a9d859424f68462568f16be809837e6806e266
parent 2d9af2967c66cba63caa6cd9dc9c5c5517e8f068
Author: Steven Barth <steven@midlink.org>
Date:   Thu, 26 Jun 2014 09:07:55 +0200

libevent: mark as legacy (trunk has libevent2)

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
Mlibs/libevent/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/libevent/Makefile b/libs/libevent/Makefile @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libevent SECTION:=libs CATEGORY:=Libraries - TITLE:=Event notification library + TITLE:=Event notification library (legacy) DEPENDS:=+librt URL:=http://www.libevent.org endef