Fix python (and python2) syslog module
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 7 Nov 2015 22:44:51 +0000 (17:44 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 7 Nov 2015 22:44:51 +0000 (17:44 -0500)
commit3152547b652eb11c598026d08277f048adcf3eb3
tree1a31d93cb0e4149006444eafcdf7938d7c614307
parent6da5daba2f7e8e21ec1859abf52ba65afdd37d5c
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.
packages/python/build.sh
packages/python/setup.py.patch
packages/python2/build.sh
packages/python2/setup.py.patch