diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-06 00:15:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-06 00:20:07 +0700 |
commit | 643eb91e6fcdc7aca0aa02881f303a4cc80305f3 (patch) | |
tree | 6277a60d85d93c580ca13ef6869ce93d63de4515 /libraries/proxygen/proxygen.patch | |
parent | 9aeca180be4637334afba35b70785c0885edf154 (diff) | |
download | slackbuilds-643eb91e6fcdc7aca0aa02881f303a4cc80305f3.tar.gz |
libraries/proxygen: Added (Facebook's C++ HTTP Libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/proxygen/proxygen.patch')
-rw-r--r-- | libraries/proxygen/proxygen.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/proxygen/proxygen.patch b/libraries/proxygen/proxygen.patch new file mode 100644 index 0000000000..32fd3c8947 --- /dev/null +++ b/libraries/proxygen/proxygen.patch @@ -0,0 +1,15 @@ +diff -ur proxygen-eb6235bf1f9c36756934b6619bf82a4070828288.old/proxygen/lib/test/Makefile.am proxygen-eb6235bf1f9c36756934b6619bf82a4070828288/proxygen/lib/test/Makefile.am +--- proxygen-eb6235bf1f9c36756934b6619bf82a4070828288.old/proxygen/lib/test/Makefile.am 2016-12-30 17:26:15.000000000 -0200 ++++ proxygen-eb6235bf1f9c36756934b6619bf82a4070828288/proxygen/lib/test/Makefile.am 2017-01-04 23:48:53.053074604 -0200 +@@ -2,11 +2,6 @@ + + BUILT_SOURCES = googletest-release-1.8.0/googletest/src/gtest-all.cc + +-googletest-release-1.8.0/googletest/src/gtest-all.cc: +- wget https://github.com/google/googletest/archive/release-1.8.0.zip +- unzip release-1.8.0.zip +- +- + check_LTLIBRARIES = libtesttransport.la + libtesttransport_la_SOURCES = TestAsyncTransport.cpp + |