d5a36a868b
- Fix build with glibc 2.17 (clisp-glibc-fix.patch) * rebase patches to -p1 as stated in the patching guidelines * update to libsegsev-2.10 OBS-URL: https://build.opensuse.org/request/show/143477 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=36
17 lines
529 B
Diff
17 lines
529 B
Diff
---
|
|
ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
--- a/ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in
|
|
+++ b/ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in
|
|
@@ -22,4 +22,9 @@ extern __TR_function trampoline_r_addres
|
|
extern void* trampoline_r_data0 (void*);
|
|
extern void* trampoline_r_data1 (void*);
|
|
|
|
+/* http://article.gmane.org/gmane.lisp.clisp.general/7485 */
|
|
+#ifndef MAP_VARIABLE
|
|
+# define MAP_VARIABLE 0
|
|
+#endif
|
|
+
|
|
#endif /* _TRAMPOLINE_R_H */
|