mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-libs/safeclib: now it work
TODO: fix the manpage issue Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
11
sys-libs/safeclib/files/gh96.patch
Normal file
11
sys-libs/safeclib/files/gh96.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/safeclib_private.h
|
||||
+++ b/src/safeclib_private.h
|
||||
@@ -52,6 +52,8 @@
|
||||
/* Needed since the switch to time64_t */
|
||||
#if defined CONFIG_COMPAT_32BIT_TIME && defined _LINUX_TIME64_H && defined __VDSO_TIME32_H
|
||||
#define time_t old_time32_t
|
||||
+#elif defined _LINUX_TIME64_H && !defined __VDSO_TIME32_H
|
||||
+#define time_t time64_t
|
||||
#endif
|
||||
|
||||
#define RCNEGATE(x) (-(x))
|
||||
Reference in New Issue
Block a user