mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18:54 +00:00
d34bbbceb2
Our current version of Arora crashes at program exit. This bug has been fixed on the Arora git master branch. Fixes #1759
13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
LICENSE := unknown
|
|
VERSION := 7c7514d85a22b570fc85b47c010d0615f39e270d
|
|
DOWNLOADS := arora.archive
|
|
|
|
URL(arora) := https://github.com/Arora/arora/archive/$(VERSION).tar.gz
|
|
SHA(arora) := 67bbe66b5869723fa7261fe32d73ec7a8621902c
|
|
DIR(arora) := src/app/arora
|
|
|
|
PATCHES := $(foreach P,$(shell cat $(REP_DIR)/src/app/arora/patches/series),\
|
|
src/app/arora/patches/$P)
|
|
|
|
PATCH_OPT := -p1 -d src/app/arora
|