Fredrik Fornwall
3152547b65
Fix python (and python2) syslog module
Since the syslog api is a wrapper around the native Android logging
system, we need to link the syslog module against liblog. Fixes #41 .
9 years ago
Fredrik Fornwall
2df87e72e2
Compile python as if link(2) is not available
From Android 6.0 on hard links are not permitted, so remove
link to force e.g. _vendor/lockfile/linklockfile.py to use
other mechanisms. Fixes #29 .
9 years ago
Fredrik Fornwall
343a9157bb
python: Show pip install progress
9 years ago
Fredrik Fornwall
3cea6702d5
python: Add ac_cv_func_gethostbyname_r=no as configure arg
9 years ago
Fredrik Fornwall
8bdc9f3a8f
python: Update to 3.5.0
9 years ago
Fredrik Fornwall
d519a96dc8
python: Cleanup build
9 years ago
Fredrik Fornwall
204d1f9a7f
python: gethostbyaddr_r exists in bionic nowadays
9 years ago
Fredrik Fornwall
ea46e793ed
python: Remove __pycache__ directories from package
10 years ago
Fredrik Fornwall
ae85ec31ef
Fix installing pip packages containing C code
A test case is to install dependencies:
$ apt install gcc python-dev libgmp-dev libmpfr-dev libmpc-dev
and then install gmpy2:
$ pip install gmpy2
Thanks +Rick Gutleber for the heads up!
10 years ago
Fredrik Fornwall
4413a3b8e2
python: Install pip
10 years ago
Fredrik Fornwall
e7fcdfa2bb
Remove broken WIFCONTINUED macro
Bump build revision on affected packages.
10 years ago
Fredrik Fornwall
59f0d218a6
Initial push
10 years ago