aboutsummaryrefslogtreecommitdiffstats
path: root/community/libcouchbase/fix_snappy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libcouchbase/fix_snappy.patch')
-rw-r--r--community/libcouchbase/fix_snappy.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/libcouchbase/fix_snappy.patch b/community/libcouchbase/fix_snappy.patch
deleted file mode 100644
index 5e4281b186..0000000000
--- a/community/libcouchbase/fix_snappy.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/cmake/configure
-+++ b/cmake/configure
-@@ -287,6 +287,9 @@
- }
- if ($NO_SNAPPY) {
- push @CM_OPTIONS, "-DLCB_NO_SNAPPY=1";
-+} else {
-+ # the cmake options default NO_SNAPPY to ON, so this is necessary
-+ push @CM_OPTIONS, "-DLCB_NO_SNAPPY=0";
- }
- if ($ENABLE_SNAPPY) {
- push @CM_OPTIONS, "-DLCB_NO_SNAPPY=0";