[Pkg-cmake-commits] [cmake] 04/04: Don't try to link against libuv on hurd.

Felix Geyer fgeyer at moszumanska.debian.org
Sun Dec 4 00:04:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository cmake.

commit 66832068c134b1572b707790d1bc31054f75734e
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat Dec 3 23:32:39 2016 +0100

    Don't try to link against libuv on hurd.
    
    Closes: #844374
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5d514dc..b001ed3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 cmake (3.7.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Don't try to link against libuv on hurd. (Closes: #844374)
 
  -- Felix Geyer <fgeyer at debian.org>  Sat, 03 Dec 2016 23:29:01 +0100
 
diff --git a/debian/rules b/debian/rules
index 1588339..eaaf640 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,9 @@ $(BUILD_FLAGS_FILE) verify-build-flags:
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cmake/cmake.git



More information about the Pkg-cmake-commits mailing list