libraries/libapparmor/swig/python/Makefile.am:
Add global LDFLAGS when building the python library.
When only applying the custom PYTHON_LDFLAGS (which are in fact
python-config --ldflags
) distributions are unable to build the library
with e.g. full RELRO.
Fixes #129 (closed) Related to #138