File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
44
5- DH_AC_FLAGS=--buildsystem =cmake -- -DLCB_NO_MOCK=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLCB_USE_HDR_HISTOGRAM=OFF
5+ DH_AC_FLAGS=--buildsystem =cmake -- -DLCB_NO_MOCK=1 -DLCB_BUILD_DTRACE=0 - DCMAKE_BUILD_TYPE=RelWithDebInfo -DLCB_USE_HDR_HISTOGRAM=OFF
66DH_AT_CMD = dh_auto_build --verbose --parallel -- alltests
77ifdef DEB_HOST_MULTIARCH
88 DH_AC_FLAGS += -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ BuildRequires: cmake >= 3.5.1
1616BuildRequires: pkgconfig(libevent) >= 2
1717BuildRequires: libev-devel >= 3
1818BuildRequires: openssl11-devel
19- BuildRequires: systemtap-sdt-devel, systemtap-devel
2019URL: https://developer.couchbase.com/server/other-products/release-notes-archives/c-sdk
2120Source: https://packages.couchbase.com/clients/c/@TARREDAS@.tar.gz
2221BuildRoot: %{_topdir}/build/@TARREDAS@
@@ -65,7 +64,7 @@ Development files for the Couchbase Client & Protocol Library
6564
6665%prep
6766%autosetup -p1 -n@TARREDAS@
68- %cmake3 -DLCB_NO_MOCK=1 -DLCB_BUILD_LIBUV=OFF -DLCB_USE_HDR_HISTOGRAM=OFF -B . -S .
67+ %cmake3 -DLCB_NO_MOCK=1 -DLCB_BUILD_DTRACE=0 - DLCB_BUILD_LIBUV=OFF -DLCB_USE_HDR_HISTOGRAM=OFF -B . -S .
6968
7069%build
7170%make_build
You can’t perform that action at this time.
0 commit comments