You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
809 B
16 lines
809 B
Index: Makefile |
|
--- Makefile.orig 2007-07-09 09:24:18 +0200 |
|
+++ Makefile 2007-07-09 17:20:16 +0200 |
|
@@ -3,10 +3,8 @@ |
|
DESTDIR=/ |
|
CONFIG_FILE=$(DESTDIR)/etc/multitail.conf |
|
|
|
-DEBUG=-g # -D_DEBUG # -pg # -D_DEBUG #-pg -W -pedantic # -pg #-fprofile-arcs |
|
-LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG) -rdynamic |
|
-# LDFLAGS+=-lc_p -lpanel_g -lncurses_g -lutil -lm -pg -g -rdynamic |
|
-CFLAGS+=-funsigned-char -D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\" |
|
+LDFLAGS = $(OPENPKG_LDFLAGS) |
|
+CFLAGS = $(OPENPKG_CFLAGS) -D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\" |
|
|
|
OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox.o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o history.o |
|
|
|
|