diff options
author | George Kranis <gkranis@users.noreply.github.com> | 2016-01-10 11:22:34 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-13 03:10:47 +1100 |
commit | 53ed41f7849121e27571d7e489487bc0d14eefa1 (patch) | |
tree | f0f5bb0111697a8ccae6cec5e54af6c99756f2e0 /sys-libs/libapparmor/files | |
parent | dev-java/tomcat-native: version bump (diff) | |
download | gentoo-53ed41f7849121e27571d7e489487bc0d14eefa1.tar.gz gentoo-53ed41f7849121e27571d7e489487bc0d14eefa1.tar.bz2 gentoo-53ed41f7849121e27571d7e489487bc0d14eefa1.zip |
sys-libs/libapparmor: Bump to 2.10, expose private func in .so via patch
The patch is needed so that sys-apps/apparmor can dynamically
build against it.
Diffstat (limited to 'sys-libs/libapparmor/files')
-rw-r--r-- | sys-libs/libapparmor/files/libapparmor-2.10-symbol_visibility.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-libs/libapparmor/files/libapparmor-2.10-symbol_visibility.patch b/sys-libs/libapparmor/files/libapparmor-2.10-symbol_visibility.patch new file mode 100644 index 000000000000..beaf355a2c9b --- /dev/null +++ b/sys-libs/libapparmor/files/libapparmor-2.10-symbol_visibility.patch @@ -0,0 +1,13 @@ +Adds an aditional symbol to allow dynamic linking. + +--- src/libapparmor.map ++++ src/libapparmor.map +@@ -94,6 +94,7 @@ + _aa_autoclose; + _aa_autofclose; + _aa_dirat_for_each; ++ _aa_asprintf; + local: + *; + }; + |