gearman / gearmand

http://gearman.org/
Other
727 stars 138 forks source link

Fixes for newer autotools #352

Closed SpamapS closed 1 year ago

SpamapS commented 1 year ago

On Ubuntu 22.04 and presumably newer releases bootstrap.sh -a throws errors as we've got deprecated/removed/crufty things in our code that are no longer necessary with most modern distros.

This may break full build from git source on older distros but the tarballs should still work for ./configure and make.

Closes #351

SpamapS commented 1 year ago

This seems to be producing a tarball that won't build on any platform. I really dislike debugging autotools and boost issues, so I am going to leave it unmerged for now and just make the release on a 20.04 container.