Skip to content

Commit

Permalink
Binaries are now fetched from own libevent fork to apply viable patches
Browse files Browse the repository at this point in the history
  • Loading branch information
frymode committed Apr 1, 2015
1 parent fee3eb2 commit d9e3afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PKG_SFX:=beta

PKG_BUILD_DIR:=$(BUILD_DIR)/libevent-release-$(PKG_VERSION)-$(PKG_SFX)
PKG_SOURCE:=release-$(PKG_VERSION)-$(PKG_SFX).tar.gz
PKG_SOURCE_URL:=https://github.com/libevent/libevent/archive
PKG_SOURCE_URL:=https://github.com/frymode/libevent/archive
PKG_MD5SUM:=7b264c9794a4a4cf79b8c6a5b1f72658
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=BSD-3-Clause
Expand Down Expand Up @@ -58,7 +58,7 @@ endef

define Package/libevent2-core
$(call Package/libevent2/Default)
TITLE+= core library (version 2.0)
TITLE+= core library (version 2.1)
endef

define Package/libevent2-core/description
Expand Down

0 comments on commit d9e3afc

Please sign in to comment.