Skip to content

Commit

Permalink
Build libmemcached without memcached
Browse files Browse the repository at this point in the history
Change-Id: I593613be98af2cb39739dbf8e7c7f4944df72e04
Reviewed-on: http://review.couchbase.org/11731
Reviewed-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
  • Loading branch information
trondn committed Dec 20, 2011
1 parent 8c73925 commit 8baaf36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.top
Expand Up @@ -149,9 +149,8 @@ $(MAKE_TEST_TARGETS): make-test-%: make-install-%

$(patsubst %, deps-for-%, $(BUILD_COMPONENTS)):

libmemcached_OPTIONS := $(LIBRARY_OPTIONS) --disable-dtrace --without-docs --disable-sasl
libmemcached_OPTIONS := $(LIBRARY_OPTIONS) --disable-dtrace --without-docs --disable-sasl --without-memcached
ifndef CROSS_COMPILING
libmemcached_OPTIONS += --with-memcached=$(DESTDIR)$(PREFIX)/bin/memcached
memcachetest_OPTIONS += --with-memcached=$(DESTDIR)$(PREFIX)/bin/memcached
deps-for-libmemcached: make-install-memcached
endif
Expand Down

0 comments on commit 8baaf36

Please sign in to comment.