forked from Mirrors/freeswitch
add --with-memcached=no to libmemcached configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14938 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
11e135bde0
commit
c7620f6b30
@ -20,7 +20,7 @@ $(MEMCACHED_DIR):
|
||||
$(GETLIB) $(MEMCACHED).tar.gz
|
||||
|
||||
$(MEMCACHED_DIR)/Makefile: $(MEMCACHED_DIR)
|
||||
cd $(MEMCACHED_DIR) && CFLAGS=$(AM_CFLAGS) CC=$(CC) CXX=$(CXX) ./configure --disable-shared --with-pic CPPFLAGS= LDFLAGS=
|
||||
cd $(MEMCACHED_DIR) && CFLAGS=$(AM_CFLAGS) CC=$(CC) CXX=$(CXX) ./configure --disable-shared --with-pic --with-memcached=no CPPFLAGS= LDFLAGS=
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
$(MEMCACHEDLA): $(MEMCACHED_DIR)/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user