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

build: Respect $(LIBTOOL) #14

Merged
merged 1 commit into from May 20, 2021
Merged

build: Respect $(LIBTOOL) #14

merged 1 commit into from May 20, 2021

Conversation

orbea
Copy link
Contributor

@orbea orbea commented May 19, 2021

When building librep with slibtool (https://dev.midipix.org/cross/slibtool) it will ignore the value of $(LIBTOOL) in a few places which ends up with the build attempting to use both slibtool and GNU libtool which will not work. It is better to consistently use $(LIBTOOL) so that either libtool implementation can be used.

This can be fixed by simply removing rep_LIBTOOL.

Please see this downstream issue: https://bugs.gentoo.org/790812

Note: librep will not fully build with slibtool yet, there also appears to be an issue on the slibtool side with --mode=execute which should hopefully be resolvable soon, but regardless this fix would be helpful sooner rather than later. The build should of course continue to work with GNU libtool in the mean time.

downstream issue: https://bugs.gentoo.org/790812

Signed-off-by: orbea <orbea@riseup.net>
@Nanolx Nanolx merged commit 385d374 into SawfishWM:master May 20, 2021
@orbea orbea deleted the libtool branch May 20, 2021 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants