summaryrefslogtreecommitdiff
path: root/qt-kde-team
diff options
context:
space:
mode:
authorPino Toscano <pino@debian.org>2016-07-20 20:38:16 +0200
committerPino Toscano <pino@debian.org>2016-07-20 20:38:16 +0200
commit29bd1c6a3da95ade59bb5752963d5b88ffd60964 (patch)
tree631fe2aebf3bf9a7f5afb3410f1a8d357f27f726 /qt-kde-team
parentbfdded63c2444fe434e4eb4ee19255c8bc266682 (diff)
downloadpkg-kde-tools-29bd1c6a3da95ade59bb5752963d5b88ffd60964.tar.gz
drop -DCMAKE_USE_RELATIVE_PATHS=ON from CMake flags
it is no more supported in recent versions, and its usage breaks functionalities (e.g. the QFINDTESTDATA system in Qt 5)
Diffstat (limited to 'qt-kde-team')
-rw-r--r--qt-kde-team/1/debian-qt-kde.mk5
-rw-r--r--qt-kde-team/2/debian-qt-kde.mk4
2 files changed, 0 insertions, 9 deletions
diff --git a/qt-kde-team/1/debian-qt-kde.mk b/qt-kde-team/1/debian-qt-kde.mk
index cc82765..4428c33 100644
--- a/qt-kde-team/1/debian-qt-kde.mk
+++ b/qt-kde-team/1/debian-qt-kde.mk
@@ -48,11 +48,6 @@ include $(DEB_PKG_KDE_MAKEFILES)/variables.mk
# Add support for pkgkde-symbolshelper by default
include $(DEB_PKG_KDE_MAKEFILES)/cdbs/symbolshelper.mk
-# Since cmake 2.6.2 or higher is required from now on, enable
-# relative paths to get more ccache hits.
-# NOTE: might not work with vanilla 2.6.2, only with Debian's one.
-DEB_CMAKE_KDE4_FLAGS += -DCMAKE_USE_RELATIVE_PATHS=ON
-
# Pass standard KDE 4 flags to cmake via appropriate CDBS variable
# (DEB_CMAKE_EXTRA_FLAGS)
DEB_CMAKE_EXTRA_FLAGS += $(DEB_CMAKE_KDE4_FLAGS) $(DEB_CMAKE_CUSTOM_FLAGS)
diff --git a/qt-kde-team/2/debian-qt-kde.mk b/qt-kde-team/2/debian-qt-kde.mk
index d976b62..880d9f5 100644
--- a/qt-kde-team/2/debian-qt-kde.mk
+++ b/qt-kde-team/2/debian-qt-kde.mk
@@ -52,10 +52,6 @@ ifneq (,$(findstring yes, $(dqk_link_with_no_undefined)))
endif
endif
-# Since cmake 2.6.2 or higher is required from now on, enable relative paths to
-# get more ccache hits.
-$(call set_command_options,dh_auto_configure, += "-u-DCMAKE_USE_RELATIVE_PATHS=ON")
-
# Run dh_sameversiondep
run_dh_sameversiondep:
dh_sameversiondep