Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
packages/python/setup.py.patch
|
|
@ -7,7 +7,7 @@ diff -uNr Python-3.8.0/setup.py Python-3.8.0.mod/setup.py |
|
|
|
# syslog daemon interface |
|
|
|
- self.add(Extension('syslog', ['syslogmodule.c']))
|
|
|
|
+ # Termux: Add 'log' android library since we use android logging:
|
|
|
|
+ self.add(Extension('syslog', ['syslogmodule.c'], libraries=['-llog']))
|
|
|
|
+ self.add(Extension('syslog', ['syslogmodule.c'], libraries=['log']))
|
|
|
|
|
|
|
|
# Python interface to subinterpreter C-API. |
|
|
|
self.add(Extension('_xxsubinterpreters', ['_xxsubinterpretersmodule.c'])) |
|
|
|