| Index: third_party/sqlite/src/Makefile.linux-gcc
|
| diff --git a/third_party/sqlite/src/Makefile.linux-gcc b/third_party/sqlite/src/Makefile.linux-gcc
|
| index 30ac8bb1fe540ea832ffb99fec136ef14fae3754..c59886b087e2dd8ddc899940f8d4646988e78ba5 100644
|
| --- a/third_party/sqlite/src/Makefile.linux-gcc
|
| +++ b/third_party/sqlite/src/Makefile.linux-gcc
|
| @@ -44,11 +44,7 @@ THREADLIB = -lpthread
|
| #### Specify any extra libraries needed to access required functions.
|
| #
|
| #TLIBS = -lrt # fdatasync on Solaris 8
|
| -ifeq ($(shell uname -s),Darwin)
|
| -TLIBS = -framework CoreServices
|
| -else
|
| TLIBS = -ldl
|
| -endif
|
|
|
| #### Leave SQLITE_DEBUG undefined for maximum speed. Use SQLITE_DEBUG=1
|
| # to check for memory leaks. Use SQLITE_DEBUG=2 to print a log of all
|
|
|