chiark / gitweb /
Drop ndk-patches/sysexits.h (see #1907)
[termux-packages] / build-package.sh
index 15a7f90eeec4665b9d42e165d784151112440314..fd378ac0f9b7bc7a2254f5052aa4c10497d91de5 100755 (executable)
@@ -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 <sys/shm.h> from the NDK in favour of that from the libandroid-shmem.
                # Remove <sys/sem.h> as it doesn't work for non-root.