On Mon, Feb 24, 2014 at 04:23:13PM -0800, Seth Arnold wrote: > In the course of building updated apparmor 2.8.95 packages for Ubuntu, I > updated the libtool variables to: > > AA_LIB_CURRENT = 2 > AA_LIB_REVISION = 0 > AA_LIB_AGE = 0 > > To match the new '2' version we need to update the > libraries/libapparmor/configure.ac to know that this is libapparmor2. > > I propose this patch for trunk.
I'm not happy about the .so version bump, but since that appears to be what we've done, we need to make the library name consistent. > Signed-of-by: Seth Arnold <[email protected]> Signed-off-by: Steve Beattie <[email protected]> > Index: b/libraries/libapparmor/configure.ac > =================================================================== > --- a/libraries/libapparmor/configure.ac > +++ b/libraries/libapparmor/configure.ac > @@ -5,7 +5,7 @@ > > AC_INIT(configure.ac) > > -AM_INIT_AUTOMAKE(libapparmor1, apparmor_version) > +AM_INIT_AUTOMAKE(libapparmor2, apparmor_version) > > AM_PROG_LEX > AC_PROG_YACC -- Steve Beattie <[email protected]> http://NxNW.org/~steve/
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
