Commit da0800bf by Dane Springmeyer

attempt to solve 'GLIBC_2.14 not found' problem with older glic - refs #244

parent b9680ce2
...@@ -79,7 +79,10 @@ ...@@ -79,7 +79,10 @@
'SQLITE_ENABLE_RTREE' 'SQLITE_ENABLE_RTREE'
], ],
}, },
'cflags_cc': ['-Wno-unused-value'], 'cflags_cc': [
'-Wno-unused-value',
'-include ../src/gcc-preinclude.h'
],
'defines': [ 'defines': [
'_REENTRANT=1', '_REENTRANT=1',
'SQLITE_THREADSAFE=1', 'SQLITE_THREADSAFE=1',
......
// https://rjpower9000.wordpress.com/2012/04/09/fun-with-shared-libraries-version-glibc_2-14-not-found/
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment