Archived
1
0
Fork 0

gnu: icecat: Remove unsupported --disable-eme option on aarch64.

* gnu/packages/gnuzilla.scm (icecat): Remove unsupported --disable-eme option
on aarch64.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
r0man 2023-02-05 11:01:17 +01:00 committed by Christopher Baines
parent a0da11ee47
commit 72ec11d24f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -771,7 +771,8 @@ variable defined below. It requires guile-json to be installed."
"--disable-tests"
"--disable-updater"
"--disable-crashreporter"
"--disable-eme"
;; The --disable-eme option is not available on aarch64.
#$(if (target-aarch64?) "" "--disable-eme")
;; Building with debugging symbols takes ~5GiB, so disable it.
"--disable-debug"