Skip to content

Commit

Permalink
build couchstore with LIBRARY_OPTIONS and standard debug flags
Browse files Browse the repository at this point in the history
Because couchstore is a library and we shouldn't care about building
static version.

Change-Id: I8303b5e77706e6273687f5f9866f3bb944c8e097
Reviewed-on: http://review.couchbase.org/14606
Tested-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
Aliaksey Kandratsenka authored and trondn committed Apr 6, 2012
1 parent d0e6d42 commit 7fc81ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.top
Expand Up @@ -180,6 +180,8 @@ deps-for-memcachetest: make-install-memcached make-install-libmemcached make-ins
ep-engine_OPTIONS := --with-memcached=../memcached $(WITH_DEBUG_FLAG)
deps-for-ep-engine: make-install-memcached make-install-couchstore

couchstore_OPTIONS := $(LIBRARY_OPTIONS) $(WITH_DEBUG_FLAG)

bucket_engine_OPTIONS := --with-memcached=../memcached $(WITH_DEBUG_FLAG)
bucket-engine_EXTRA_MAKE_OPTIONS := 'CPPFLAGS=-I$(TOPDIR)/memcached/include $(CPPFLAGS)'
deps-for-bucket_engine: make-install-memcached
Expand Down

0 comments on commit 7fc81ab

Please sign in to comment.