rbenv-ruby-build/script
Mislav Marohnić 47eda17460
Remove implicit LDFLAGS, CPPFLAGS, and "ldflags_dirs" build step
The default settings for LDFLAGS and CPPFLAGS were there since the initial commit to ruby-build:

    LDFLAGS="-L${PREFIX_PATH}/lib"
    CPPFLAGS="-I${PREFIX_PATH}/include"

However, it's not clear to me what these settings help with. A typical Ruby installation will initialize files in these directories, but it will do so regardless of the environment variables.

So, let's remove them and see what breaks.
2023-10-13 19:21:04 +02:00
..
mirror Disable progress output when uploading to S3 2021-07-31 13:43:42 +02:00
release release script: handle multiple releases on the same day 2023-02-08 17:10:47 +01:00
test macOS: Use GMP from homebrew 2022-09-22 08:56:34 +02:00
update-cruby Remove implicit LDFLAGS, CPPFLAGS, and "ldflags_dirs" build step 2023-10-13 19:21:04 +02:00
update-jruby Update update-jruby script to use Maven URL 2021-09-28 16:26:56 +02:00
update-openssl Add script to update openssl 2022-07-10 12:32:26 +02:00
update-truffleruby Add TruffleRuby and TruffleRuby GraalVM 23.1.0 2023-09-19 14:59:07 +02:00
update-truffleruby-graalvm Add TruffleRuby and TruffleRuby GraalVM 23.1.0 2023-09-19 14:59:07 +02:00