commit | 554f75b4ee4c3abd4d3d5fc52c279ae21bb7ada7 | [log] [tgz] |
---|---|---|
author | Petr Lautrbach <plautrba@redhat.com> | Thu Dec 10 18:27:48 2015 +0100 |
committer | Steve Lawrence <slawrence@tresys.com> | Thu Dec 17 08:56:01 2015 -0500 |
tree | 7376fdb8c2ca3fdb57f292bb303a7f91dd24101e | |
parent | 59ed638c6d1bf210180261071245519adbf737d4 [diff] |
libselinux: Don't wrap rpm_execcon with DISABLE_RPM a2737333 commit introduced a possibility to build libselinux without rpm_execcon() when DISABLE_RPM is set. However, it didn't cover SWIG bindings. With this commit the rpm_execcon() bindings are not created. Fixes: ImportError: /usr/lib64/python3.5/site-packages/selinux/_selinux.so: undefined symbol: rpm_execcon Signed-off-by: Petr Lautrbach <plautrba@redhat.com>