Fix recursive libpthread dependency on libpthread
[lede-routing/.git] / patches / 110-build_fix.patch
1 Index: olsrd-0.5.6-rc7/Makefile
2 ===================================================================
3 --- olsrd-0.5.6-rc7/Makefile.orig       2008-07-10 01:42:40.000000000 +0200
4 +++ olsrd-0.5.6-rc7/Makefile    2008-07-10 01:43:24.000000000 +0200
5 @@ -72,7 +72,7 @@
6         $(MAKECMD) -C $(SWITCHDIR)
7  
8  # generate it always
9 -.PHONY: src/builddata.c
10 +#.PHONY: src/builddata.c
11  src/builddata.c:
12         @$(RM) "$@"
13         @echo "#include \"defs.h\"" >> "$@"