crossbowerbt / dillo-plus

A lightweight web browser based on Dillo but with many improvements, such as: support for http, https, gemini, gopher, epub, reader mode and more...
GNU General Public License v3.0
105 stars 13 forks source link

Add required object files to static libraries in dw/Makefile #13

Closed lumidify closed 1 year ago

lumidify commented 1 year ago

Compilation fails on Devuan due to missing symbols because not all required object files are included in the static libraries compiled in dw/. The same issue occurred on MX Linux. This adds the required object files to the static libraries.

crossbowerbt commented 1 year ago

Thanks to @lumidify for the patch