Merge pull request #2333 from fewtarius/dev
Unpack should honor the target arch for patches and not alter it.
This commit is contained in:
commit
9a5e47d8bf
1 changed files with 1 additions and 7 deletions
|
@ -124,13 +124,7 @@ if [ -d "${SOURCES}/${PKG_NAME}" -o -d "${PKG_DIR}/sources" ] || pkg_call_exists
|
|||
|
||||
if [ "${PKG_SKIP_PATCHES}" != "yes" ]; then
|
||||
pkg_call_exists pre_patch && pkg_call pre_patch
|
||||
|
||||
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||
PATCH_ARCH="x86"
|
||||
else
|
||||
#PATCH_ARCH="${TARGET_PATCH_ARCH:-${TARGET_ARCH}}"
|
||||
PATCH_ARCH="${TARGET_ARCH}"
|
||||
fi
|
||||
PATCH_ARCH="${TARGET_ARCH}"
|
||||
|
||||
PATCH_DIRS_PKG=""
|
||||
PATCH_DIRS_PRJ=""
|
||||
|
|
Loading…
Reference in a new issue