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. Signed-of-by: Seth Arnold <[email protected]> Thanks
Subject: libapparmor1 -> libapparmor2 in autoconf Author: Seth Arnold <[email protected]> The library version has changed to 2: AA_LIB_CURRENT = 2 AA_LIB_REVISION = 0 AA_LIB_AGE = 0 --- libraries/libapparmor/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
