[Pkg-cmake-team] Bug#844374: cmake: FTBFS on hurd-i386: undefined reference to `uv_fs_event_init'
Samuel Thibault
sthibault at debian.org
Tue Nov 15 01:15:29 UTC 2016
Samuel Thibault, on Tue 15 Nov 2016 02:09:59 +0100, wrote:
> Could you consider applying the attached patch in the meanwhile, so that
> packages built with cmake are not all blocked by this issue?
Oops, sorry, in the meanwhile I had worked on another patch, here is the
proper patch file.
Samuel
-------------- next part --------------
--- debian/rules.original 2016-11-14 23:38:09.000000000 +0000
+++ debian/rules 2016-11-14 23:38:11.000000000 +0000
@@ -35,6 +35,9 @@
ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
$(call $(flag_action),BUILD_QtDialog,ON,"Build Qt GUI")
endif
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
+ $(call $(flag_action),CMAKE_USE_LIBUV,0,"Do not use libuv")
+endif
# $(call $(flag_action),BUILD_DOCUMENTATION,ON)
$(BUILD_FLAGS_FILE): flag_action := set_build_flag
More information about the Pkg-cmake-team
mailing list