summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-12-28 13:42:51 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-28 13:42:51 +0100
commit092137c6c10a8bc01ec9ecf04f91eb78b441047c (patch)
tree33605d2aa85288601ce138e602412c1bc374ba55 /app-crypt/zulucrypt/files
parentdev-libs/ucommon: Drop old, EAPI5-- (diff)
downloadgentoo-092137c6c10a8bc01ec9ecf04f91eb78b441047c.tar.gz
gentoo-092137c6c10a8bc01ec9ecf04f91eb78b441047c.tar.bz2
gentoo-092137c6c10a8bc01ec9ecf04f91eb78b441047c.zip
app-crypt/zulucrypt: Port to EAPI 7
* Fix eclass inheritance order * Fix build with gcc-10 Closes: https://bugs.gentoo.org/711350 Closes: https://bugs.gentoo.org/740230 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/zulucrypt/files')
-rw-r--r--app-crypt/zulucrypt/files/zulucrypt-5.5.0_pre20180223-fno-common.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/zulucrypt/files/zulucrypt-5.5.0_pre20180223-fno-common.patch b/app-crypt/zulucrypt/files/zulucrypt-5.5.0_pre20180223-fno-common.patch
new file mode 100644
index 000000000000..ea5bcd7a6d18
--- /dev/null
+++ b/app-crypt/zulucrypt/files/zulucrypt-5.5.0_pre20180223-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/zuluCrypt-cli/bin/security.h
++++ b/zuluCrypt-cli/bin/security.h
+@@ -35,7 +35,7 @@ extern "C" {
+ * set the function to be called when an attempt to evelate or downgrade privileges fail
+ * zuluCryptSecurityPrivilegeElevationError global variable is defined in security.c
+ */
+-void ( *zuluCryptSecurityPrivilegeElevationError )( const char * ) ;
++extern void ( *zuluCryptSecurityPrivilegeElevationError )( const char * ) ;
+
+ void zuluCryptSecuritySetPrivilegeElevationErrorFunction( void ( * ) ( const char * ) ) ;
+