commit | b2523dc167b1b61ea3cc42a97c8da6ac60ad7550 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Jun 01 11:30:26 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Sep 12 12:16:18 2012 -0400 |
tree | 0079a1b83c2b5418e4d26c8a9ab06cb682cdb160 | |
parent | 056f23c4bf65a0c62be4e7b8c858ad4f23ce0308 [diff] |
libselinux: libsemanage: do not set soname needlessly We explicitly set the soname of the python and ruby files. We don't need this. We are using the -o name as the soname, so just let the toolchain do its thing. It just makes the Makefile nicer to read. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>