Skip to content

Commit

Permalink
Merge pull request #5381 from kit-ty-kate/unix-access
Browse files Browse the repository at this point in the history
Fix opam unable to find executables on systems where users belong to more than 32 groups when opam is built using musl libc
  • Loading branch information
kit-ty-kate authored Sep 17, 2024
2 parents a182327 + 1e79693 commit 21bb251
Show file tree
Hide file tree
Showing 37 changed files with 203 additions and 722 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,11 @@ src/ocaml-flags-configure.sexp
src/**/.merlin
src/client/linking.sexp
src/client/no-git-version
src/core/cc64
src/core/c-flags.sexp
src/core/developer
src/manifest/dune
src/manifest/install.inc
src/stubs/libacl/dune
src/stubs/libacl/c-libraries.sexp
src/stubs/win32/cc64
src/stubs/win32/dune
src/stubs/c-flags.sexp
# doc
doc/dev-manual/*aux
doc/dev-manual/*.html
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ clean:
distclean: clean clean-ext
rm -rf autom4te.cache bootstrap
rm -f Makefile.config config.log config.status aclocal.m4
rm -f src/*.META src/*/.merlin src/manifest/dune src/manifest/install.inc src/stubs/libacl/dune src/stubs/win32/dune src/stubs/win32/cc64 src/ocaml-flags-configure.sexp src/stubs/libacl/c-libraries.sexp
rm -f src/client/linking.sexp src/stubs/c-flags.sexp src/core/developer src/core/version
rm -f src/*.META src/*/.merlin src/manifest/dune src/manifest/install.inc src/stubs/win32/dune src/core/cc64 src/ocaml-flags-configure.sexp
rm -f src/client/linking.sexp src/core/c-flags.sexp src/core/developer src/core/version

OPAMINSTALLER_FLAGS = --prefix "$(call CYGPATH,$(DESTDIR)$(prefix))"
OPAMINSTALLER_FLAGS += --mandir "$(call CYGPATH,$(DESTDIR)$(mandir))"
Expand Down
Loading

0 comments on commit 21bb251

Please sign in to comment.