diff options
author | Etienne CHAMPETIER <etienne.champetier@free.fr> | 2014-06-30 13:28:56 +0200 |
---|---|---|
committer | Etienne CHAMPETIER <etienne.champetier@free.fr> | 2014-06-30 13:28:56 +0200 |
commit | 36551d4c41dee2fd4b0ff90d5537a954d8e917c6 (patch) | |
tree | 43a8306895417add4d442fa6c62bebe73fd36f61 /libs/libowfat | |
parent | 1ac000b0d0ca7170c282907756057728d9afd955 (diff) |
libowfat: fix a build error (havescope.h)
this fixes #63
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Diffstat (limited to 'libs/libowfat')
-rw-r--r-- | libs/libowfat/patches/001-fixbuild.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/libowfat/patches/001-fixbuild.patch b/libs/libowfat/patches/001-fixbuild.patch new file mode 100644 index 000000000..a21fcd0ee --- /dev/null +++ b/libs/libowfat/patches/001-fixbuild.patch @@ -0,0 +1,11 @@ +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -278,6 +278,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 + ++socket_remote4.o: havescope.h ++ + 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 |