[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:
swalker
2012-02-10 23:09:32 +00:00
parent 15e653181e
commit 1f9e991768
2 changed files with 57 additions and 0 deletions

View 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@