Changeset 12261


Ignore:
Timestamp:
06/03/09 23:19:37 (4 years ago)
Author:
BrainSlayer
Message:

ncurses patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/rules/mtr.mk

    r12258 r12261  
    11mtr-configure: 
    2         cd mtr && ./configure --disable-nls --prefix=/usr --host=$(ARCH)-linux CC=$(CC) CFLAGS="$(COPTS) -ffunction-sections -fdata-sections -Wl,--gc-sections -DNEED_PRINTF" --without-gtk ac_cv_lib_resolv_res_mkquery=yes  
     2        cd mtr && ./configure --disable-nls --prefix=/usr --host=$(ARCH)-linux CC=$(CC) CFLAGS="$(COPTS) -I$(TOP)/ncurses/include -L$(TOP)/ncurses/lib -ffunction-sections -fdata-sections -Wl,--gc-sections -DNEED_PRINTF -lncurses" --without-gtk ac_cv_lib_resolv_res_mkquery=yes --disable-ipv6 --with-ncurses="$(TOP)/ncurses" 
     3 
    34 
    45 
Note: See TracChangeset for help on using the changeset viewer.