mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 15:59:31 +08:00
ipt2socks: fix build for arc
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
44ec2bc5bf
commit
48998cbbbb
@ -25,6 +25,7 @@ define Package/ipt2socks
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Convert iptables to socks5
|
TITLE:=Convert iptables to socks5
|
||||||
URL:=https://github.com/zfl9/ipt2socks
|
URL:=https://github.com/zfl9/ipt2socks
|
||||||
|
DEPENDS:=+libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ipt2socks/description
|
define Package/ipt2socks/description
|
||||||
@ -33,7 +34,7 @@ endef
|
|||||||
|
|
||||||
TARGET_CFLAGS+= $(FPIC) -flto
|
TARGET_CFLAGS+= $(FPIC) -flto
|
||||||
MAKE_FLAGS+= \
|
MAKE_FLAGS+= \
|
||||||
CFLAGS="-std=c99 $(TARGET_CFLAGS)" \
|
CFLAGS="-std=c99 -pthread $(TARGET_CFLAGS)" \
|
||||||
EVCFLAGS="$(TARGET_CFLAGS)"
|
EVCFLAGS="$(TARGET_CFLAGS)"
|
||||||
|
|
||||||
define Package/ipt2socks/install
|
define Package/ipt2socks/install
|
||||||
|
Loading…
Reference in New Issue
Block a user