[packages] remove 'svn:keywords' property on /packages as well, not needed anymore...
[openwrt/svn-archive/archive.git] / net / maradns / patches / 001-cross_compile_fix.patch
1 --- a/rng/Makefile
2 +++ b/rng/Makefile
3 @@ -25,7 +25,7 @@
4 $(CC) -c $(FLAGS) -o rng-api-fst.o rng-api-fst.c
5
6 make_32bit_tables: make_32bit_tables.c
7 - $(CC) -o make_32bit_tables make_32bit_tables.c
8 + $(HOSTCC) -o make_32bit_tables make_32bit_tables.c
9
10 rng-32bit-tables.h: make_32bit_tables
11 ./make_32bit_tables > rng-32bit-tables.h