allows building a monolithic gridfs binary

This commit is contained in:
Unbit
2013-04-03 12:41:07 +02:00
parent 5a4900da8e
commit d8a61a920e
+2
View File
@@ -8,7 +8,9 @@ LDFLAGS = []
LIBS = []
if not 'UWSGI_MONGODB_NOLIB' in os.environ:
LIBS.append('-lmongoclient')
LIBS.append('-lstdc++')
LIBS.append('-lboost_thread')
LIBS.append('-lboost_system')
LIBS.append('-lboost_filesystem')
GCC_LIST = ['plugin', 'gridfs.cc']