Open rodarima opened 2 months ago
Tried -Wl,--push-state
but it doesn't seem to affect -L
.
We should let the users pass the FLTK and other flags manually, so we avoid the problem in which a injected -L
from fltk-config or png-config affects the rest of the libraries.
When installing FLTK in a different directory than /usr while keeping another installation there, I cannot link Dillo as it tries to find the libraries from /usr/lib due to a flag inserted by png-config:
Ideally we should either point to the whole path with -l or discover how to make -L only affect the corresponding -l library.