diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-24 21:08:22 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-01 18:41:01 +0200 |
commit | 0bff5319c6e0ef3b555aa4c7755e3d8b243044d7 (patch) | |
tree | be092c3727d91df278aba03c8dff1f6437209611 /ubuntu/maverick | |
parent | 6f9974442170e328885bec91aec13e176dd82dce (diff) | |
download | tde-packaging-0bff5319c6e0ef3b555aa4c7755e3d8b243044d7.tar.gz tde-packaging-0bff5319c6e0ef3b555aa4c7755e3d8b243044d7.zip |
DEB: fixed building of libkcal tests. This relates to bug 2719.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bdb138cf15ba2fe6a3a2016cc17dce985b32ab5c)
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-x | ubuntu/maverick/tdepim/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdepim/debian/rules b/ubuntu/maverick/tdepim/debian/rules index 1da0c08ab..4ff2f7ea7 100755 --- a/ubuntu/maverick/tdepim/debian/rules +++ b/ubuntu/maverick/tdepim/debian/rules @@ -47,6 +47,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_XSCREENSAVER="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_MAKE_CHECK_TARGET = check + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true |