- Package:
- src:lua5.2
- Source:
- src:lua5.2
- Submitter:
- Helmut Grohne
- Date:
- 2026-01-02 12:15:17 UTC
- Severity:
- normal
- Tags:
lua5.2 build-depends on libtool-bin. We want to remove that package from the archive. It contains a pre-configured libtool, but that is not how libtool is meant to be used. Instead, one is supposed to create a new libtool during build. I'm attaching a patch to do that for lua. Very similar patches have already made their way into lua5.3 and lua5.4. Use of libtool-bin also breaks cross building. Helmut