diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-02 10:29:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-02 10:29:48 +0200 |
commit | a62214e8cfbcb54cf87567063ab2f385468911ab (patch) | |
tree | 0ce7b2413edfd10e49da2243af78285dfb5c6c10 /package/tor/Makefile | |
parent | 249612ff266700ceba8d4a1ca53aaf71c7927477 (diff) |
backport patch from upstream git
Commit: 82df3e70ac191a2a3cabf3574839e7561e00e370
Diffstat (limited to 'package/tor/Makefile')
-rw-r--r-- | package/tor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/tor/Makefile b/package/tor/Makefile index f59f0fff3..cd4b0b91c 100644 --- a/package/tor/Makefile +++ b/package/tor/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= tor PKG_VERSION:= 0.2.7.6 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d PKG_DESCR:= anonymous internet communication system PKG_SECTION:= net/proxy @@ -29,6 +29,7 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,TOR,tor,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +AUTOTOOL_STYLE:= autoreconf # -DNDEBUG not supported TARGET_CPPFLAGS:= CONFIGURE_ENV+= ac_cv_libevent_normal=yes \ |