aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits
diff options
context:
space:
mode:
authorGravatar Moritz Angermann <moritz.angermann@gmail.com>2017-03-20 09:26:04 +0800
committerGravatar Moritz Angermann <moritz.angermann@gmail.com>2017-03-20 09:26:04 +0800
commit540a317a212ecef8592cc8089ecce1dacea08b2b (patch)
treed2481f3bf713a8bea6f47766bc323a8f6bc0b469 /cbits
parent47bcb4751c47e4026a7458f94e542d2c7dbbf92d (diff)
Android doesn’t have telldir/seekdir in bionic
The isse here is that while we try to use `AC_CHECK_FUNCS`, this will generate test code that tries to link an object and check for linking errors. However GNU gold at least version (binutils-2.25-0666073 2.25.51.20141117) 1.11, considers seekdir/telldir as part of the default libs. Thus we would actually want to pass `-nodefaultlibs` to the linker. Doing so, would result in erros due to not finding `-ldl`. Fixes #91
Diffstat (limited to 'cbits')
0 files changed, 0 insertions, 0 deletions