mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-28 17:55:39 +00:00
9 lines
195 B
Python
9 lines
195 B
Python
NAME='mongodb'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-Wl,-whole-archive', '-lmongoclient', '-Wl,-no-whole-archive', '-lboost_thread', '-lboost_system', '-lboost_filesystem']
|
|
|
|
GCC_LIST = ['plugin']
|
|
|