aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libcouchbase/fix_snappy.patch
diff options
context:
space:
mode:
authorNathan Johnson <njohnson@ena.com>2016-08-01 15:28:18 -0500
committerJakub Jirutka <jakub@jirutka.cz>2016-08-02 00:43:47 +0200
commit9f4142b21d7d96dc7d8ae132e21cfbb96df4004f (patch)
tree797196e444caea958371951d5cd478858a228b2c /testing/libcouchbase/fix_snappy.patch
parent86e16f2ba34c2851007273af338925fc257f08ca (diff)
downloadaports-9f4142b21d7d96dc7d8ae132e21cfbb96df4004f.tar.bz2
aports-9f4142b21d7d96dc7d8ae132e21cfbb96df4004f.tar.xz
testing/libcouchbase: upgrade to 2.6.2
Diffstat (limited to 'testing/libcouchbase/fix_snappy.patch')
-rw-r--r--testing/libcouchbase/fix_snappy.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libcouchbase/fix_snappy.patch b/testing/libcouchbase/fix_snappy.patch
index 7756296a25..5e4281b186 100644
--- a/testing/libcouchbase/fix_snappy.patch
+++ b/testing/libcouchbase/fix_snappy.patch
@@ -1,6 +1,6 @@
--- a/cmake/configure
+++ b/cmake/configure
-@@ -285,6 +285,9 @@
+@@ -287,6 +287,9 @@
}
if ($NO_SNAPPY) {
push @CM_OPTIONS, "-DLCB_NO_SNAPPY=1";
@@ -8,5 +8,5 @@
+ # the cmake options default NO_SNAPPY to ON, so this is necessary
+ push @CM_OPTIONS, "-DLCB_NO_SNAPPY=0";
}
- if ($STATIC_SNAPPY) {
- push @CM_OPTIONS, "-DLCB_STATIC_SNAPPY";
+ if ($ENABLE_SNAPPY) {
+ push @CM_OPTIONS, "-DLCB_NO_SNAPPY=0";