Build with BZip2 support, thanks to Pino Toscano for heads up!
This commit is contained in:
parent
103dafcec8
commit
ff5ad40b88
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,5 +1,6 @@
|
||||
cmake (2.8.11-2) UNRELEASED; urgency=low
|
||||
|
||||
* Build with BZip2 support, thanks to Pino Toscano for heads up!
|
||||
|
||||
-- Modestas Vainius <modax@debian.org> Sun, 19 May 2013 22:42:35 +0300
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -4,7 +4,8 @@ Priority: optional
|
||||
Maintainer: Modestas Vainius <modax@debian.org>
|
||||
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <curan@debian.org>
|
||||
Build-Depends: debhelper (>= 9), libcurl4-gnutls-dev, libexpat1-dev, zlib1g-dev,
|
||||
libncurses5-dev, libqt4-dev (>= 4.4.0), procps [!hurd-any], libarchive-dev (>= 2.8.0)
|
||||
libncurses5-dev, libqt4-dev (>= 4.4.0), procps [!hurd-any], libarchive-dev (>= 2.8.0),
|
||||
libbz2-dev
|
||||
Standards-Version: 3.9.3
|
||||
Vcs-Git: git://anonscm.debian.org/git/collab-maint/cmake.git
|
||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -28,6 +28,7 @@ $(BUILD_FLAGS_FILE) verify-build-flags:
|
||||
$(call $(flag_action),BUILD_QtDialog,ON,"Build Qt4 GUI")
|
||||
# $(call $(flag_action),BUILD_DOCUMENTATION,ON)
|
||||
$(call $(flag_action),CMAKE_USE_SYSTEM_LIBARCHIVE,ON)
|
||||
$(call $(flag_action),CMAKE_USE_SYSTEM_BZIP2,ON)
|
||||
|
||||
$(BUILD_FLAGS_FILE): flag_action := set_build_flag
|
||||
verify-build-flags: flag_action := verify_build_flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user