Fix makefile dependencies for cross building When putting -lsomething on a makefile dependency, make will search for that library in the system library search path. For cross compilation, that library will generally not be present. Since the builder is responsible for ensuring its presence, we simply remove such libraries from dependencies.
reorder link line to avoid FTBFS against libgomp We are failing to link libgomp as it is presented too early on the link line shift the linker flags later to ensure it is considered.
Andy Whitcroft <apw@canonical.com>
no
Showing 1 to 9 of 9 entries
All known versions for source package 'wxhexeditor'