lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 00086a8b84151c6e663f69680639b1b3560841b5
parent 60feea09c9d343f648045e5e85e7788e75d4e039
Author: champtar <champetier.etienne@gmail.com>
Date:   Thu,  3 Jul 2014 23:16:11 +0200

Merge pull request #64 from champtar/libowfat

libowfat: fix a build error (havescope.h)
Diffstat:
Alibs/libowfat/patches/001-fixbuild.patch | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/libs/libowfat/patches/001-fixbuild.patch 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