mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
rules: Set JAVA_STACK_SIZE to hopefully avoid FTBFS on exotic archs.
This commit is contained in:
parent
f802f5bad7
commit
d6095cbb02
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
freeipa (4.0.5-3) UNRELEASED; urgency=medium
|
||||
|
||||
* rules: Set JAVA_STACK_SIZE to hopefully avoid FTBFS on exotic archs.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Wed, 04 Mar 2015 12:11:12 +0200
|
||||
|
||||
freeipa (4.0.5-2) unstable; urgency=medium
|
||||
|
||||
* Team upload.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,6 +7,8 @@ ONLY_CLIENT=0
|
||||
DESTDIR=$(CURDIR)/debian/tmp
|
||||
|
||||
PLATFORM="SUPPORTED_PLATFORM=debian"
|
||||
JAVA_STACK_SIZE ?= "8m"
|
||||
export JAVA_STACK_SIZE
|
||||
|
||||
# For maintainer use only, generate a tarball:
|
||||
SOURCE = freeipa
|
||||
|
Loading…
Reference in New Issue
Block a user