This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Description
I've been tinkering with getting Linuxbrew working under termux under Android under Chromebook. The final missing link is that the android linker has absolutely no support for rpath.
How would I go about instructing homebrew to use --enable-new-dtags
when compiling for Android? This will cause it to create runpath entries, which the android linker does support.
I would propose we do this (--enable-new-dtags
) for all of homebrew, if I had any idea of whether it would work, or what the effect would be.