mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-20 11:39:14 +00:00
parent
c0150f97e5
commit
520b69ef0d
@ -1,6 +1,7 @@
|
|||||||
include $(select_from_repositories,lib/import/import-expat.mk)
|
include $(select_from_repositories,lib/import/import-expat.mk)
|
||||||
|
|
||||||
EXPAT_DIR := $(call select_from_ports,expat)/src/lib/expat/contrib
|
EXPAT_DIR := $(call select_from_ports,expat)/src/lib/expat/contrib
|
||||||
|
INC_DIR += $(EXPAT_DIR)
|
||||||
LIBS += libc
|
LIBS += libc
|
||||||
|
|
||||||
SRC_C = xmlparse.c xmlrole.c xmltok.c
|
SRC_C = xmlparse.c xmlrole.c xmltok.c
|
||||||
|
@ -1 +1 @@
|
|||||||
ca6b9728523fcd156d0b0fec187bb1fe02b391f2
|
e083f7393225b62cabfdd70b63f53e55379bbdbe
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
LICENSE := MIT
|
LICENSE := MIT
|
||||||
DOWNLOADS := expat.archive
|
DOWNLOADS := expat.archive
|
||||||
VERSION := 2.3.0
|
VERSION := 2.4.1
|
||||||
|
|
||||||
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
|
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
|
||||||
SHA(expat) := 89df123c62f2c2e2b235692d9fe76def6a9ab03dbe95835345bf412726eb1987
|
SHA(expat) := a00ae8a6b96b63a3910ddc1100b1a7ef50dc26dceb65ced18ded31ab392f132b
|
||||||
DIR(expat) := src/lib/expat/contrib
|
DIR(expat) := src/lib/expat/contrib
|
||||||
|
|
||||||
DIRS := include
|
DIRS := include
|
||||||
|
Loading…
Reference in New Issue
Block a user