source: src/router/rules/mtr.mk @ 12261

Last change on this file since 12261 was 12261, checked in by BrainSlayer, 4 years ago

ncurses patch

File size: 535 bytes
Line 
1mtr-configure:
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
4
5
6mtr:
7        $(MAKE) -j 4 -C mtr
8
9mtr-clean:
10        if test -e "mtr/Makefile"; then make -C mtr clean; fi
11        @true
12
13mtr-install:
14        $(MAKE) -C mtr install DESTDIR=$(INSTALLDIR)/mtr
15        rm -rf $(INSTALLDIR)/mtr/usr/share
Note: See TracBrowser for help on using the repository browser.