summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2017-12-03 12:40:02 +0000
committerMatthew Vernon <matthew@debian.org>2017-12-03 12:40:02 +0000
commitd69d22f98dea37c5dd8799a281f6aaf7b8b97a46 (patch)
treea7456f5a37809bb51e6ed9bf4ab7bb3322e2d21d
parentbb27c991651c39e6e5c4558557d0329ada459653 (diff)
Use unlimited rather than harddebian/2%8.39-7archive/debian/2%8.39-7
/bin/sh's ulimit doesn't understand hard, but does understand unlimited
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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