aports/community/libcouchbase/fix_snappy.patch
Valery Kartel 5f531b41f2 community/libcouchbase: moved from testing
- would be need to build community/php7-couchbase
2017-03-22 06:28:06 +00:00

13 lines
325 B
Diff

--- 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";