shawnlaffan / perl-alien-proj

Perl Alien package to compile the Proj library
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Add dependency on Alien::sqlite #2

Closed shawnlaffan closed 5 years ago

shawnlaffan commented 5 years ago

A recent test build on a clean ubuntu box threw failures because sqlite3 was not found.

We need to add Alien::sqlite as a build dependency.

shawnlaffan commented 5 years ago

This was already fixed in 1e7e757a156d0d0d1d20dfc36ba10700f2769f50, but had not been uploaded to CPAN.

shawnlaffan commented 5 years ago

This was already fixed in 1e7e757a156d0d0d1d20dfc36ba10700f2769f50, but had not been uploaded to CPAN.

shawnlaffan commented 5 years ago

That did not fix the problem.

shawnlaffan commented 5 years ago

https://github.com/Perl5-Alien/Alien-Build/issues/137

shawnlaffan commented 5 years ago

The fix will ideally be in Alien::Build, but the workaround in the alienfile is sufficient to mark this issue as fixed.