We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e122f commit 8db52f7Copy full SHA for 8db52f7
build/pkgs/gap/package-version.txt
@@ -1 +1 @@
1
-4.12.1
+4.12.1.p1
build/pkgs/gap/patches/pr5235.patch
@@ -0,0 +1,11 @@
+--- 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