X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/db6b5bc1d5fa983ebf5b3a0633469addefd4dba6..7de09d9fc7ddbe33c1ba45500f921c17cbb403c8:/build-package.sh diff --git a/build-package.sh b/build-package.sh index 15a7f90e..fd378ac0 100755 --- a/build-package.sh +++ b/build-package.sh @@ -663,9 +663,8 @@ termux_step_setup_toolchain() { patch --silent -p1; done # elf.h: Taken from glibc since the elf.h in the NDK is lacking. - # sysexits.h: Header-only and used by a few programs. # ifaddrs.h: Added in android-24 unified headers, use a inline implementation for now. - cp "$TERMUX_SCRIPTDIR"/ndk-patches/{elf.h,sysexits.h,ifaddrs.h,libintl.h} usr/include + cp "$TERMUX_SCRIPTDIR"/ndk-patches/{elf.h,ifaddrs.h,libintl.h} usr/include # Remove from the NDK in favour of that from the libandroid-shmem. # Remove as it doesn't work for non-root.