Skip to content

Commit

Permalink
couchbase: fix LIBS in Makefile
Browse files Browse the repository at this point in the history
(cherry picked from commit 56490e4)
  • Loading branch information
razvancrainea committed Nov 21, 2017
1 parent 823044b commit 3dba691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cachedb_couchbase/Makefile
Expand Up @@ -10,7 +10,7 @@ auto_gen=
NAME=cachedb_couchbase.so

ifeq ($(CROSS_COMPILE),)
LIB=-lcouchbase
LIBS=-lcouchbase
else
DEFS+=-I$(LOCALBASE)/include
LIBS=-L$(LOCALBASE)/lib -lcouchbase
Expand Down

0 comments on commit 3dba691

Please sign in to comment.