From 345e2f930f6b5a037080f42541781cf4cf921011 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 6 Jun 2013 12:04:36 +0800 Subject: [PATCH] update openwrt --- openwrt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index e89374df..44c613a2 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -22,19 +22,19 @@ define Package/shadowsocks-libev SECTION:=net CATEGORY:=Network DEPENDS:=+libopenssl - TITLE:=shadowsocks-libev + TITLE:=Lightweight Secured Socks5 Proxy endef define Package/shadowsocks-libev/description -Shadowsocks-libev is a lightweight secured scoks5 proxy for embedded devices and low end boxes.. +Shadowsocks-libev is a lightweight secured scoks5 proxy for embedded devices and low end boxes. endef define Package/shadowsocks-libev/conffiles /etc/config/shadowsocks.json endef -TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/include/libev -TARGET_LDFLAGS += -L$(STAGING_DIR)/usr/lib/libev -L$(STAGING_DIR)/usr/lib -lm +TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include +TARGET_LDFLAGS += -L$(STAGING_DIR)/usr/lib -lm -static -L$(STAGING_DIR)/usr/lib -lcrypto define Package/shadowsocks-libev/install $(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d $(1)/etc/config