forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-lisp/sbcl: fix build with gcc 10
Closes: https://bugs.gentoo.org/777582 Closes: https://bugs.gentoo.org/762979 Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
6756815
commit 9fbf54f
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
https://bugs.gentoo.org/777582 | ||
https://src.fedoraproject.org/rpms/sbcl/blob/rawhide/f/sbcl-1.4.14-gcc10.patch | ||
--- a/src/runtime/linux-os.c | ||
+++ b/src/runtime/linux-os.c | ||
@@ -64,7 +64,7 @@ int personality (unsigned long); | ||
#include <sys/personality.h> | ||
#endif | ||
|
||
-size_t os_vm_page_size; | ||
+//size_t os_vm_page_size; | ||
|
||
#if defined(LISP_FEATURE_SB_THREAD) && defined(LISP_FEATURE_SB_FUTEX) && !defined(LISP_FEATURE_SB_PTHREAD_FUTEX) | ||
#include <sys/syscall.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters