diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2023-11-21 11:33:20 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2023-11-21 11:33:25 +0100 |
commit | feb8e36a19cdf5d719d482075337c66ddd174c53 (patch) | |
tree | 60223aecf477c9c3b0a0ed3977061a8ef34f8a8e | |
parent | fbcb19bb60d6f53047239a7c461dc36e48826faa (diff) | |
download | iurt-feb8e36a19cdf5d719d482075337c66ddd174c53.tar iurt-feb8e36a19cdf5d719d482075337c66ddd174c53.tar.gz iurt-feb8e36a19cdf5d719d482075337c66ddd174c53.tar.bz2 iurt-feb8e36a19cdf5d719d482075337c66ddd174c53.tar.xz iurt-feb8e36a19cdf5d719d482075337c66ddd174c53.zip |
Explain the final commands are to be used by packagers rebuilding using BS
-rwxr-xr-x | rebuild_perl_iurt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebuild_perl_iurt b/rebuild_perl_iurt index 8522b46..94843e5 100755 --- a/rebuild_perl_iurt +++ b/rebuild_perl_iurt @@ -55,6 +55,8 @@ EOF echo $perlchroot cat <<EOF +# ONCE THAT IS DONE, WE CAN REBUILD OTHER PERL PKGS USING THE REGULAR BS: +# ======================================================================== # Use the following to rebuild binary packages _not_ depending on libperl.so: # Those will install w/o dep issue but will fail at runtime with eg: # lib/RPM2.c: loadable library and perl binaries are mismatched (got handshake key 0xcd00080, needed 0xed00080) |