diff options
author | Nicola Lunghi <nick83ola@gmail.com> | 2019-11-21 12:57:11 +0000 |
---|---|---|
committer | Ross Burton <ross.burton@intel.com> | 2019-11-25 12:24:21 +0000 |
commit | a67a5fd160f97129a6afd65f107cd2cbdfec41e7 (patch) | |
tree | a51a17c63ce51685166cb622a394903aafdf04d6 /recipes-extended/diffutils/diffutils-2.8.1/fix_gcc6.patch | |
parent | 0f4eecc000f66d114ad258fa31aed66afa292166 (diff) | |
download | meta-gplv2-a67a5fd160f97129a6afd65f107cd2cbdfec41e7.tar.gz |
diffutils: use mempcpy instead of __mempcpy3.1_M1
musl (like uclibc) doesn't define __mempcpy.
This patch will replace __mempcpy with mempcpy in the internal regex.c and
getopt.c implementation (similar to what is done in grep in this same repo
with the uclibc-fix.patch
This also render the line:
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
not needed anymore so it drops it.
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-extended/diffutils/diffutils-2.8.1/fix_gcc6.patch')
0 files changed, 0 insertions, 0 deletions