Does anyone know how to build shared_lib with snappy ?
In last 3 hours I tried:
- Setting env variable
WITH_SNAPPY
- Editing
thirdparty.inc
and changingUSE_SNAPPY_DEFAULT
to 1 - Passing variable to make via
make shared_lib EXTRA_CFLAGS=-DSNAPPY
- Dancing with tambourine.
Nothing helps. What should I do ?