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:01:50 +0200
commite0f78f96dd5ca6d89cd2c273331a084dd13821b4 (patch)
treecf0b2dcefdb9ac6cbf0bb288218bd0860f3c9141
parent93cb16b7a2ae2dc1daac2bf54efd7db89d97a420 (diff)
downloadtde-packaging-e0f78f96dd5ca6d89cd2c273331a084dd13821b4.tar.gz
tde-packaging-e0f78f96dd5ca6d89cd2c273331a084dd13821b4.zip
DEB tqca-tls: Fix FTBFS on parallel build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 22ec88d79..b0bc3efee 100755
--- a/debian/_base/dependencies/tqca-tls/debian/rules
+++ b/debian/_base/dependencies/tqca-tls/debian/rules
@@ -44,8 +44,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 22ec88d79..b0bc3efee 100755
--- a/ubuntu/_base/dependencies/tqca-tls/debian/rules
+++ b/ubuntu/_base/dependencies/tqca-tls/debian/rules
@@ -44,8 +44,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.