source: freewrt/package/maradns/patches/cross-compile-fix.patch@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
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  
    2020        $(CC) -c $(FLAGS) -o rng-api-fst.o rng-api-fst.c
    2121
    2222make_32bit_tables: make_32bit_tables.c
    23         $(CC) -o make_32bit_tables make_32bit_tables.c
     23        $(HOSTCC) -o make_32bit_tables make_32bit_tables.c
    2424
    2525rng-32bit-tables.h: make_32bit_tables
    2626        ./make_32bit_tables > rng-32bit-tables.h
Note: See TracBrowser for help on using the repository browser.