Skip to content

Commit

Permalink
Fix incorrect dependency name (#396)
Browse files Browse the repository at this point in the history
* Fix incorrect dependency name

* Remove unnecessary dependency zlib

* Happy New Year
  • Loading branch information
simonsmh authored and aa65535 committed Nov 12, 2019
1 parent 4622464 commit 193864d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2014-2018 Jian Chang <[email protected]>
# Copyright (C) 2014-2019 Jian Chang <[email protected]>
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
Expand Down Expand Up @@ -27,7 +27,7 @@ PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
PKG_USE_MIPS16:=0
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=libev libpcre libcares libsodium libmbedtls
PKG_BUILD_DEPENDS:=c-ares libev libsodium mbedtls pcre

PKG_CONFIG_DEPENDS:= \
CONFIG_SHADOWSOCKS_STATIC_LINK \
Expand All @@ -44,7 +44,7 @@ define Package/shadowsocks-libev
CATEGORY:=Network
TITLE:=Lightweight Secured Socks5 Proxy
URL:=https://github.com/shadowsocks/shadowsocks-libev
DEPENDS:=+zlib +libpthread \
DEPENDS:=+libpthread \
+!SHADOWSOCKS_WITH_EV:libev \
+!SHADOWSOCKS_WITH_PCRE:libpcre \
+!SHADOWSOCKS_WITH_CARES:libcares \
Expand Down

0 comments on commit 193864d

Please sign in to comment.