Skip to content

Commit 0ad4969

Browse files
author
Aliaksey Kandratsenka
committed
force use of bundled libconflate & libstrophe for binary packages
1 parent 666641b commit 0ad4969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configure: configure-stamp
1717
configure-stamp:
1818
dh_testdir
1919

20-
CONFLATE_DB_PATH=/var/lib/moxi ./configure --prefix=/usr --disable-coverage --disable-debug --disable-shared --without-memcached
20+
CONFLATE_DB_PATH=/var/lib/moxi ./configure --prefix=/usr --disable-coverage --disable-debug --disable-shared --without-memcached --with-bundled-libstrophe --with-libconflate=bundled
2121

2222
touch configure-stamp
2323

scripts/rpm/moxi.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ of the memcached protocol whole for clients.
3333
%setup -q
3434

3535
%build
36-
CONFLATE_DB_PATH=/var/lib/moxi %configure --disable-coverage --disable-debug --disable-shared --without-memcached
36+
CONFLATE_DB_PATH=/var/lib/moxi %configure --disable-coverage --disable-debug --disable-shared --without-memcached --with-bundled-libstrophe --with-libconflate=bundled
3737

3838
make %{?_smp_mflags}
3939

0 commit comments

Comments
 (0)