mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 23:45:04 -04:00
Merge pull request #5146
4a9257b4
Support docker for gitian builds (TheCharlatan)
This commit is contained in:
commit
5260111631
5 changed files with 62 additions and 21 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue