Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #322 from sreeisalso/master
Browse files Browse the repository at this point in the history
updated mongo libs pkg-config
  • Loading branch information
jpmens committed Jan 21, 2018
2 parents e2b460e + 9adbdc8 commit 481331f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ ifneq ($(BACKEND_MONGO), no)
BACKENDSTR += MongoDB

BE_CFLAGS += -I/usr/local/include/
BE_CFLAGS += -I/usr/local/include/libmongoc-1.0/
BE_CFLAGS += -I/usr/local/include/libbson-1.0/
BE_CFLAGS +=`pkg-config --cflags-only-I libmongoc-1.0 libbson-1.0`
BE_LDFLAGS +=`pkg-config --libs-only-L libbson-1.0 libmongoc-1.0`
BE_LDFLAGS += -L/usr/local/lib
BE_LDADD += -lmongoc-1.0 -lbson-1.0
OBJS += be-mongo.o
Expand Down

0 comments on commit 481331f

Please sign in to comment.