diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-06-18 20:53:28 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-06-19 01:33:32 +0200 |
commit | 9c6bb52d2cbffa4cb9fdc574cc83795f27ec4bcc (patch) | |
tree | 8454af4c523b93a04af8f7db674120b898c33c2e /libs/libowfat/patches | |
parent | 6950ee9669ef27e949cc50267b18570ad1e99938 (diff) |
libowfat: update to version 0.31
now requires host-build to provide the 'ent' build-tool which generates
entities.h for use in scan_html.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'libs/libowfat/patches')
-rw-r--r-- | libs/libowfat/patches/001-fixbuild.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libs/libowfat/patches/001-fixbuild.patch b/libs/libowfat/patches/001-fixbuild.patch index a21fcd0ee..5f4f06df3 100644 --- a/libs/libowfat/patches/001-fixbuild.patch +++ b/libs/libowfat/patches/001-fixbuild.patch @@ -1,6 +1,6 @@ --- a/GNUmakefile +++ b/GNUmakefile -@@ -278,6 +278,8 @@ socket_accept4.o socket_accept6.o socket +@@ -343,6 +343,8 @@ socket_accept4.o socket_accept6.o socket socket_local6.o socket_recv4.o socket_recv6.o socket_remote4.o \ socket_remote6.o: havesl.h @@ -9,3 +9,11 @@ dns_nd6.o fmt_xlong.o scan_xlong.o fmt_ip6_flat.o $(TEXTCODE_OBJS): haveinline.h iob_send.o scan_ip6if.o: havealloca.h +@@ -372,6 +374,6 @@ update: + dl -n http://www.w3.org/TR/html5/entities.json + + entities.h: entities.json ent +- ./ent ++ libowfat-ent + + scan_html.o: entities.h |