Skip to content

Commit 8db52f7

Browse files
committed
backport GAP PR 5235
1 parent d0e122f commit 8db52f7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

build/pkgs/gap/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12.1
1+
4.12.1.p1

build/pkgs/gap/patches/pr5235.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/Makefile.rules
2+
+++ b/Makefile.rules
3+
@@ -303,7 +303,7 @@ else
4+
# HACK: we need to point to the real GAP binary, not a shell script
5+
# wrapper. We can remove this hack (and once again use SYSINFO_GAP)
6+
# once we get rid of the shell script wrapper
7+
- GAC_LDFLAGS = -bundle -bundle_loader $(SYSINFO_GAP2)
8+
+ GAC_LDFLAGS = -bundle -flat_namespace -bundle_loader $(SYSINFO_GAP2)
9+
else
10+
GAC_CFLAGS = -fPIC
11+
GAC_LDFLAGS = -shared

0 commit comments

Comments
 (0)