Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New version of AX_PYTHON_DEVEL macro defines PYTHON_LIBS and not
PYTHON_LDFLAGS, so adjust where needed
|
|
Don't convert the string to UTF-8, just bytes.
Fixes #109.
|
|
When generating a tarball on a system without cython installed,
plist.pxd was missing, causing build failures later on when trying to
use cython.
This seems to be caused by EXTRA_DIST being inside a if HAVE_CYTHON
block rather than being outside of it.
|
|
|
|
see https://github.com/pld-linux/libplist/commit/a4a4e4b04caef3f9875b598d64ffb1fb388e699e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plist_dict_insert_item()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|