Use MACHINE_ARCH to define abi
modified libpkg/pkg.h.in
@@ -1612,6 +1612,7 @@ int pkg_recompute(struct pkgdb *, struct pkg *);
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -71,7 +71,7 @@ struct config_entry {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -143,6 +143,12 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -712,6 +718,7 @@ pkg_ini(const char *path, const char *reposdir, pkg_init_flags flags)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_elf.c
@@ -673,8 +673,8 @@ aeabi_parse_arm_attributes(void *data, size_t length)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -687,7 +687,6 @@ pkg_get_myarch(char *dest, size_t sz)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -757,9 +756,6 @@ pkg_get_myarch(char *dest, size_t sz)
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -894,6 +890,53 @@ cleanup:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/elf_tables.h
@@ -68,4 +68,34 @@ static const struct _elf_corres os_corres[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified libpkg/utils.c
@@ -566,12 +566,14 @@ check_for_hardlink(struct hardlinks **hl, struct stat *st)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|