Pierre Labastie via blfs-support wrote:
(clean, but tricky sed, tentative below), or rerun get_filename_component(...) after the macro has been called.

sed -e '/PACKAGE_INIT/i set(SAVE_PACKAGE_PREFIX_DIR "${PACKAGE_PREFIX_DIR}")' \
    -e '/^include/a set(PACKAGE_PREFIX_DIR "${SAVE_PACKAGE_PREFIX_DIR}")'
    -i ECMConfig.cmake.in

(before starting building ECM)
So I've removed ECM from /opt/kf5, and rebuilt it in /usr, after applying the sed above.
And plasma-workspace can be compiled...

Pierre

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to