[packages] obfsproxy: add obfsproxy (#10947)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30430 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
10
net/obfsproxy/patches/001-no-werror.patch
Normal file
10
net/obfsproxy/patches/001-no-werror.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
-WARNINGS = -Wall -Wwrite-strings -Werror
|
||||
+WARNINGS = -Wall -Wwrite-strings
|
||||
AM_CPPFLAGS = -I. -I$(srcdir)/src
|
||||
AM_CFLAGS = $(WARNINGS) @libevent_CFLAGS@ @libcrypto_CFLAGS@
|
||||
LDADD = libobfsproxy.a @libevent_LIBS@ @libcrypto_LIBS@ @ws32_LIBS@
|
Reference in New Issue
Block a user