I would like to build standalone bash binaries, which would hopefully work on a good portion of the linux distributions out there. Complete coverage is definitely not a goal. How would I approach this? Best-effort suggestions welcome. I understand that each distribution has e.g. unique readline implementations. If it is feasible, I would like to statically link a fixed version and ship it with the standalone bash on e.g. an usb stick.
Hope someone can help me with that :) cheers