Skip to content

Commit

Permalink
force use of bundled libconflate & libstrophe for binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksey Kandratsenka committed Sep 29, 2009
1 parent 666641b commit 0ad4969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir

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

touch configure-stamp

Expand Down
2 changes: 1 addition & 1 deletion scripts/rpm/moxi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ of the memcached protocol whole for clients.
%setup -q

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

make %{?_smp_mflags}

Expand Down

0 comments on commit 0ad4969

Please sign in to comment.