diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 06:11:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-12 16:31:31 -0300 |
commit | d1d0b807e888568a300bff5905b7fb2fafcf73eb (patch) | |
tree | c6529cf5957d13f4da664435c672911cd8b56b86 /testing/shadowsocks-libev/use-upstream-libcorkipset-libbloom.patch | |
parent | f9d7ee0391ef2ab76caf6015a4228d5c7bbda50b (diff) | |
download | aports-d1d0b807e888568a300bff5905b7fb2fafcf73eb.tar.bz2 aports-d1d0b807e888568a300bff5905b7fb2fafcf73eb.tar.xz |
testing/shadowsocks-libev: upgrade to 3.2.5
Diffstat (limited to 'testing/shadowsocks-libev/use-upstream-libcorkipset-libbloom.patch')
-rw-r--r-- | testing/shadowsocks-libev/use-upstream-libcorkipset-libbloom.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/shadowsocks-libev/use-upstream-libcorkipset-libbloom.patch b/testing/shadowsocks-libev/use-upstream-libcorkipset-libbloom.patch new file mode 100644 index 0000000000..8f7354381e --- /dev/null +++ b/testing/shadowsocks-libev/use-upstream-libcorkipset-libbloom.patch @@ -0,0 +1,14 @@ +diff --git a/configure.ac b/configure.ac +index 14aa8d3..95e14fc 100755 +--- a/configure.ac ++++ b/configure.ac +@@ -243,7 +243,7 @@ AC_CONFIG_FILES([shadowsocks-libev.pc + + AM_COND_IF([USE_SYSTEM_SHARED_LIB], + [AC_DEFINE([USE_SYSTEM_SHARED_LIB], [1], [Define if use system shared lib.])], +- [AC_CONFIG_FILES([libbloom/Makefile libcork/Makefile libipset/Makefile])]) ++ []) + + AC_ARG_ENABLE(connmarktos, + [AS_HELP_STRING(--enable-connmarktos, Enable saved connmark to IP TOS QoS feature)], + |