Fredrik Fornwall
706bd350ec
php: Fix 64-bit build
9 years ago
Fredrik Fornwall
12f6ac00e0
libandroid-support: Add iconv for 64-bit build
9 years ago
Fredrik Fornwall
f4bfaebc76
libluajit: Switch to 2.1-beta1
This brings aarch64 support.
9 years ago
Fredrik Fornwall
716a79bea0
libevent: Fix 64-bit build
The arc4random_addrandom() function has been removed from 64-bit
Android libc.
9 years ago
Fredrik Fornwall
6c79834fb1
w3m: Fix 64-bit build
9 years ago
Fredrik Fornwall
f98f7adc18
libgc: Use a master snapshot for instead of 7.4.2
This fixes building for aarch64
9 years ago
Fredrik Fornwall
5b6e93862c
libffi: Do not place lib in lib64 for 64-bit
9 years ago
Fredrik Fornwall
333bd586f5
zile: Work towards 64-bit build
9 years ago
Fredrik Fornwall
f3529fc164
procps: Replace index() by strchr()
The index() function has been removed from 64-bit libc and is
a deprecated posix function.
9 years ago
Fredrik Fornwall
1d7c3a4899
libandroid-glob: issetugid() not in 64-bit libc
9 years ago
Fredrik Fornwall
9ffcaa63cc
strace: Fix aarch64 build
9 years ago
Fredrik Fornwall
5c6bb69607
play-audio: Fix 64-bit build
PTHREAD_MUTEX_INITIALIZER and PTHREAD_COND_INITIALIZER should only
be used for statically allocated mutexes - not doing it here breaks
building on 64-bit Android.
9 years ago
Fredrik Fornwall
13f1414c53
m4: Fix 64-bit build
9 years ago
Fredrik Fornwall
c64a0461b9
gzip: Fix aarch64 build
9 years ago
Fredrik Fornwall
c5421c5824
libandroid-support: Add musl-locale/intl.c to 64-bit
9 years ago
Fredrik Fornwall
983e64adf4
libandroid-support: Enable langinfo for 64-bit
9 years ago
Fredrik Fornwall
d6fcd836c6
Avoid enabling gnulib fcntl wrapper
This lessens bloat and fixes 64-bit compiles (the gnulib fcntl
wrapper uses getdtablesize() which does not exist for 64-bit).
9 years ago
Fredrik Fornwall
8adc601b9f
direvent: Fix 64-bit build
9 years ago
Fredrik Fornwall
537e15d725
Clean everything in /data in clean-rebuild-all.sh
9 years ago
Fredrik Fornwall
a83d04dc77
c-ares: Fix for 64-bit build
9 years ago
Fredrik Fornwall
f3da7d340b
python: Ensure curses.panel module is built
9 years ago
Fredrik Fornwall
c1cf6ad7ad
weechat: Enable python. Patch for ruby 2.3
9 years ago
Fredrik Fornwall
7301af1d09
imagemagick: Update from 6.9.2-10 to 6.9.3-0
9 years ago
Fredrik Fornwall
aed01e3edc
Fix finch and harfbuzz builds
9 years ago
Fredrik Fornwall
18bb573293
mathomatic: Switch to working source download url
9 years ago
Fredrik Fornwall
4689840738
dnsutils: Update BIND-9.10.3 to BIND-9.10.3-P2
9 years ago
Fredrik Fornwall
9a5b4e1a0e
toilet: Switch to mirror for downloading source
9 years ago
Fredrik Fornwall
d53dc64470
nodejs: Restore c-ares and gtest include files
Due to a bug in nodejs [1] we have to remove the c-ares and gtest
include files before building. Improve this to restore them after
building to prevent build breakage if building a package requiring
these afterwards.
[1] https://github.com/nodejs/node/issues/2637
9 years ago
Fredrik Fornwall
5bdfa5135a
findutils: Update from 4.5.17 to 4.6.0
9 years ago
Fredrik Fornwall
8043772793
tcl: Avoid pulling in posix function replacements
9 years ago
Fredrik Fornwall
41e631d39c
libevent: Follow move to github
9 years ago
Fredrik Fornwall
52bd1cd31f
apt: Update from 1.1.6 to 1.1.10
9 years ago
Fredrik Fornwall
fc1feb2efc
Update disabled-packages/nodejs5
9 years ago
Fredrik Fornwall
c8c24a5db0
Add .gitignore ( fixes #119 )
9 years ago
Fredrik Fornwall
0396b8ee67
Remove .swp file committed by mistake ( #119 )
9 years ago
Fredrik Fornwall
77a8de768d
zsh: Enable the files module ( fixes #61 )
9 years ago
Fredrik Fornwall
159214fa63
termux-tools: df wrapper resetting LD_LIBRARY_PATH
9 years ago
Fredrik Fornwall
9228c43493
termux-api: Change termux-clipboard-set
Make termux-clipboard-set set the clipboard to the arguments if
given, and only take stdin as input if no arguments given.
Closes https://github.com/termux/termux-api/issues/8
9 years ago
Fredrik Fornwall
ee3660535a
Merge pull request #117 from gscholt/build-all-enhancements
build-all.sh status messages and ability to resume previous run.
9 years ago
Gert Scholten
12622a9590
build-all.sh status messages and ability to resume previous run.
Enhanced build-all.sh to:
- Print the messages logged to ALL.out, to keep track of progress
- Print an error message when it fails, with a hint to what failed
- Keep track of packaged that build successfully, and if build-all failed:
- Skip packages that were build successfully in the previous run.
9 years ago
Fredrik Fornwall
24e316d045
Merge pull request #116 from franciscod/pacman
pacman: add to disabled-packages
9 years ago
Francisco Demartino
26a55220ec
pacman: move to disabled-packages
9 years ago
Francisco Demartino
e001abeb22
pacman: remove unmet deps
9 years ago
Francisco Demartino
dbbbf6e388
pacman: fix nesting and depends
9 years ago
Francisco Demartino
f6f8b3d361
pacman: WIP, it now builds
9 years ago
Francisco Demartino
3888e4cd39
pacman: WIP, has undefined reference errors
Making all in src/util
CC vercmp.o
CCLD vercmp
CC testpkg.o
CCLD testpkg
../../lib/libalpm/.libs/libalpm.so: error: undefined reference to '__android_log_vprint'
../../lib/libalpm/.libs/libalpm.so: error: undefined reference to '__android_log_print'
collect2: error: ld returned 1 exit status
Makefile:501: recipe for target 'testpkg' failed
make[2]: *** [testpkg] Error 1
Makefile:945: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:854: recipe for target 'all' failed
make: *** [all] Error 2
9 years ago
Fredrik Fornwall
561edf1bac
termux-tools: Add termux-setup-storage
9 years ago
Fredrik Fornwall
01df0fb682
bc and wcalc: Bump revisions for rebuild
Needed after flex shared library update.
9 years ago
Fredrik Fornwall
d6d4e8feb0
termux-tools: reload-style -> reload-settings
9 years ago
Fredrik Fornwall
9cd1f0e325
flex: Update from 2.5.39 to 2.6.0
9 years ago