This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
forked from rave-engine/python3-android
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from GRRedWings/NDK-16b
Ndk 16b
- Loading branch information
Showing
29 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -ru gdbm-1.14/src/gdbmtool.c gdbm-1.14-android/src/gdbmtool.c | ||
--- gdbm-1.14/src/gdbmtool.c 2013-05-21 21:48:31.000000000 +0200 | ||
+++ gdbm-1.14-android/src/gdbmtool.c 2014-08-05 15:35:51.000000000 +0200 | ||
@@ -302,7 +302,7 @@ | ||
int | ||
get_screen_lines () | ||
{ | ||
-#ifdef TIOCGWINSZ | ||
+#if defined(TIOCGWINSZ) && !__ANDROID__ | ||
if (isatty (1)) | ||
{ | ||
struct winsize ws; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://ftp.gnu.org/gnu/gdbm/gdbm-1.14.tar.gz |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
....9/ncurses-5.9-android-locale-fixes.patch → ....0/ncurses-6.0-android-locale-fixes.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.0.tar.gz |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
http://tukaani.org/xz/xz-5.2.3.tar.xz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
diff -Nru xz-5.2.3-old/src/liblzma/Makefile.am xz-5.2.3/src/liblzma/Makefile.am | ||
--- xz-5.2.3-old/src/liblzma/Makefile.am 2015-07-21 14:35:24.124356586 +0000 | ||
+++ xz-5.2.3/src/liblzma/Makefile.am 2015-07-21 14:36:25.768356450 +0000 | ||
@@ -24,7 +24,7 @@ | ||
-I$(top_srcdir)/src/liblzma/simple \ | ||
-I$(top_srcdir)/src/common \ | ||
-DTUKLIB_SYMBOL_PREFIX=lzma_ | ||
-liblzma_la_LDFLAGS = -no-undefined -version-info 7:3:2 | ||
+liblzma_la_LDFLAGS = -no-undefined -version-info 7:3:2 -avoid-version | ||
|
||
EXTRA_DIST += liblzma.map validate_map.sh | ||
if COND_SYMVERS | ||
diff -Nru xz-5.2.3-old/src/liblzma/Makefile.in xz-5.2.3/src/liblzma/Makefile.in | ||
--- xz-5.2.3-old/src/liblzma/Makefile.in 2015-07-21 14:35:24.124356586 +0000 | ||
+++ xz-5.2.3/src/liblzma/Makefile.in 2015-07-21 14:37:15.412356340 +0000 | ||
@@ -750,7 +750,7 @@ | ||
-I$(top_srcdir)/src/common \ | ||
-DTUKLIB_SYMBOL_PREFIX=lzma_ | ||
|
||
-liblzma_la_LDFLAGS = -no-undefined -version-info 7:3:2 $(am__append_1) \ | ||
+liblzma_la_LDFLAGS = -no-undefined -version-info 7:3:2 -avoid-version $(am__append_1) \ | ||
$(am__append_42) | ||
pkgconfigdir = $(libdir)/pkgconfig | ||
pkgconfig_DATA = liblzma.pc | ||
|