eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
521 stars 145 forks source link

build: Add libtool as build-dependency for Alpine #278

Closed CuriouslyCurious closed 6 months ago

CuriouslyCurious commented 6 months ago

Noticed libtool was missing as a build-dependency for Alpine Linux. Without it, the ./autogen.sh step would complain about error: Libtool library used but 'LIBTOOL' is undefined. This PR just adds libtool to the list of dependencies.