summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-06-30 18:01:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-06-30 18:02:17 +0200
commita1af1b50f85f066d3bc03732b53c6c65e472e2e5 (patch)
tree47315449bd60c4d46a3f00613f54bedd618258a0
parent9a9e66a3568d96da571e1f5743faecb107df7a9c (diff)
downloadtde-packaging-a1af1b50f85f066d3bc03732b53c6c65e472e2e5.tar.gz
tde-packaging-a1af1b50f85f066d3bc03732b53c6c65e472e2e5.zip
DEB tqca-tls: Fix FTBFS on parallel build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e0f78f96dd5ca6d89cd2c273331a084dd13821b4)
-rwxr-xr-xdebian/_base/dependencies/tqca-tls/debian/rules4
-rwxr-xr-xubuntu/_base/dependencies/tqca-tls/debian/rules4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/_base/dependencies/tqca-tls/debian/rules b/debian/_base/dependencies/tqca-tls/debian/rules
index 2ea43315e..88f5be1c4 100755
--- a/debian/_base/dependencies/tqca-tls/debian/rules
+++ b/debian/_base/dependencies/tqca-tls/debian/rules
@@ -43,8 +43,8 @@ configure-stamp:
CFLAGS="$(CFLAGS)" ./configure
touch configure-stamp
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
diff --git a/ubuntu/_base/dependencies/tqca-tls/debian/rules b/ubuntu/_base/dependencies/tqca-tls/debian/rules
index 2ea43315e..88f5be1c4 100755
--- a/ubuntu/_base/dependencies/tqca-tls/debian/rules
+++ b/ubuntu/_base/dependencies/tqca-tls/debian/rules
@@ -43,8 +43,8 @@ configure-stamp:
CFLAGS="$(CFLAGS)" ./configure
touch configure-stamp
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.