source:
freewrt/package/maradns/patches/cross-compile-fix.patch@
d419478
| Last change on this file since d419478 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 515 bytes | |
-
maradns-1.0.26.
diff -urN maradns-1.0.26.old/rng/Makefile maradns-1.0.26.dev/rng/Makefile
old new 20 20 $(CC) -c $(FLAGS) -o rng-api-fst.o rng-api-fst.c 21 21 22 22 make_32bit_tables: make_32bit_tables.c 23 $( CC) -o make_32bit_tables make_32bit_tables.c23 $(HOSTCC) -o make_32bit_tables make_32bit_tables.c 24 24 25 25 rng-32bit-tables.h: make_32bit_tables 26 26 ./make_32bit_tables > rng-32bit-tables.h
Note:
See TracBrowser
for help on using the repository browser.
