Skip to content

Commit

Permalink
Merge pull request #32 from moai/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pakozm committed Jun 22, 2014
2 parents 7747d46 + 07303ed commit ae88584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CFLAGS= -Wall -g -O2 -shared -fPIC -I/usr/include/mongo `pkg-config --cflags lua
AR= ar rcu
RANLIB= ranlib
RM= rm -f
LIBS=`pkg-config --libs lua5.2` -lmongoclient -lssl -lboost_thread -lboost_filesystem
LIBS=`pkg-config --libs lua5.2` -lmongoclient -lssl -lboost_thread -lboost_filesystem -lrt
OUTLIB=mongo.so

LDFLAGS= $(LIBS)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.macports
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CFLAGS= -Wall -g -O2 -fPIC `pkg-config --cflags "lua >= 5.2"` -I/opt/local/inclu
AR= ar rcu
RANLIB= ranlib
RM= rm -f
LIBS=`pkg-config --libs "lua >= 5.2"` -lmongoclient -lssl -lboost_thread-mt -lboost_filesystem-mt -flat_namespace -bundle -L/opt/local/lib -rdynamic
LIBS=`pkg-config --libs "lua >= 5.2"` -lmongoclient -lssl -lboost_thread-mt -lboost_filesystem-mt -flat_namespace -bundle -L/opt/local/lib -rdynamic -lrt
OUTLIB=mongo.so

LDFLAGS= $(LIBS)
Expand Down

0 comments on commit ae88584

Please sign in to comment.