|
|
@@ -1,15 +1,16 @@
|
|
|
Index: Makefile
|
|
|
---- Makefile.orig 2006-09-08 10:38:28 +0200
|
|
|
-+++ Makefile 2006-09-08 17:30:21 +0200
|
|
|
-@@ -3,9 +3,8 @@
|
|
|
+--- Makefile.orig 2007-03-20 13:56:44 +0100
|
|
|
++++ Makefile 2007-03-20 19:41:48 +0100
|
|
|
+@@ -3,10 +3,8 @@
|
|
|
DESTDIR=/
|
|
|
CONFIG_FILE=$(DESTDIR)/etc/multitail.conf
|
|
|
|
|
|
--DEBUG=-g #-pg # -D_DEBUG -W -pedantic # -pg #-fprofile-arcs
|
|
|
--LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG)
|
|
|
+-DEBUG=-g # -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+=-D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\"
|
|
|
+LDFLAGS = $(OPENPKG_LDFLAGS)
|
|
|
-+CFLAGS = $(OPENPKG_CFLAGS) -DVERSION=\"$(VERSION)\" -DCONFIG_FILE=\"$(CONFIG_FILE)\"
|
|
|
++CFLAGS = $(OPENPKG_CFLAGS) -DVERSION=\"$(VERSION)\" -DCONFIG_FILE=\"$(CONFIG_FILE)\" -D`uname`
|
|
|
|
|
|
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
|
|
|
|