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

eltpatch.in: support slibtoolize #1

Closed
wants to merge 1 commit into from
Closed

Conversation

orbea
Copy link
Contributor

@orbea orbea commented Mar 27, 2024

Patcheing ltmain.sh is not applicable when LIBTOOLIZE=slibtoolize which copies an ltmain.sh script with /dev/null in the shebang.

Gentoo issue: https://bugs.gentoo.org/927823

To test slibtoolize inside of an ebuild.

  1. Install slibtool-9999.
  2. In make.conf:
AT_M4DIR='/usr/share/slibtool'
LIBTOOLIZE='slibtoolize'
  1. Build any ebuild that uses eautoreconf.

Patching ltmain.sh is not applicable when LIBTOOLIZE=slibtoolize which
copies a ltmain.sh script with #!/dev/null in the shebang.

Gentoo issue: https://bugs.gentoo.org/927823

Signed-off-by: orbea <orbea@riseup.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant