From d69d22f98dea37c5dd8799a281f6aaf7b8b97a46 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Sun, 3 Dec 2017 12:40:02 +0000 Subject: Use unlimited rather than hard /bin/sh's ulimit doesn't understand hard, but does understand unlimited --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dadaacc..3b705e1 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ build-stamp: configure-stamp # Add here commands to compile the package. $(MAKE) $(NJOBS) ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) - ulimit -s hard + ulimit -s unlimited $(MAKE) check VERBOSE=1 endif -- cgit v1.2.3