Package: pam-wrapper / 1.1.8-1

Metadata

Package Version Patches format
pam-wrapper 1.1.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no soname.diff | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
src/CMakeLists.txt | 9 3 + 6 - 0 !
2 files changed, 5 insertions(+), 8 deletions(-)

 remove soname in libpam_wrapper

libpam_wrapper is a preloadable library.
We do not support directly linking to it, so it doesn't need the SONAME.
Let's remove it.

We keep the soname in libpamtest instead since the python modules depend on
it.

Signed-off-by: Marco Trevisan (Trevio) <mail@3v1n0.net>