Merge pull request #5146

4a9257b4 Support docker for gitian builds (TheCharlatan)
This commit is contained in:
Riccardo Spagni 2019-03-04 21:32:30 +02:00
commit 5260111631
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
5 changed files with 62 additions and 21 deletions

View file

@ -82,7 +82,7 @@ __explicit_bzero_chk (void *dst, size_t len, size_t dstlen)
#undef glob
extern "C" int glob_old(const char * pattern, int flags, int (*errfunc) (const char *epath, int eerrno), glob_t *pglob);
#ifdef __i386__
__asm__(".symver glob_old,glob@GLIBC_2.1");
__asm__(".symver glob_old,glob@GLIBC_2.0");
#elif defined(__amd64__)
__asm__(".symver glob_old,glob@GLIBC_2.2.5");
#elif defined(__arm__)