Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix make install of Perl modules with a custom DESTDIR and/or libdir #652

Merged
merged 10 commits into from
May 28, 2024

Commits on May 27, 2024

  1. thirdparty/Makefile.am: announce preparation of CPANM and Carton tool…

    …s for the build [oetiker#651]
    
    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    634cd0a View commit details
    Browse the repository at this point in the history
  2. thirdparty/Makefile.am: fix whitespace

    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ef15241 View commit details
    Browse the repository at this point in the history
  3. Add thirdparty/cpanfile-5.34.0.snapshot

    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    35a7212 View commit details
    Browse the repository at this point in the history
  4. thirdparty/Makefile.am: loop all attempts at CPANM and try to disable…

    … MAKEFLAGS when retrying in case it fails due to random fuzzy logic of cpanm [oetiker#651]
    
    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    70a8cd9 View commit details
    Browse the repository at this point in the history
  5. thirdparty/Makefile.am: avoid passing znapzend DESTDIR to CPANM drive…

    …n make [oetiker#651]
    
    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5c95565 View commit details
    Browse the repository at this point in the history
  6. configure.ac, Makefile.am: differentiate PERL_MODULES (for "make inst…

    …all") and PERL_MODULES_EXTRA_DIST (for dist tarballing) [oetiker#646]
    
    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c457ac6 View commit details
    Browse the repository at this point in the history
  7. Add thirdparty/cpanfile-5.22.4.snapshot

    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    609b384 View commit details
    Browse the repository at this point in the history
  8. Update .github/workflows/spelling/expect.txt

    Follow-up for commit cf0e4b1 and for new cpanfile samples
    
    Signed-off-by: Jim Klimov <jimklimov@gmail.com>
    jimklimov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f286193 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Update CHANGES

    oetiker committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1f7f584 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES

    oetiker committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a298fc4 View commit details
    Browse the repository at this point in the history