]> git.pld-linux.org Git - packages/ext2ed.git/blame - ext2ed-opt.patch
- rel. 3
[packages/ext2ed.git] / ext2ed-opt.patch
CommitLineData
cfac8e57
JR
1diff -Nru ext2ed-0.1/Makefile ext2ed-0.1.new/Makefile
2--- ext2ed-0.1/Makefile Mon Oct 12 10:14:44 1998
3+++ ext2ed-0.1.new/Makefile Mon Oct 12 10:16:06 1998
4@@ -46,7 +46,7 @@
5 # ------------------------------------------------------------------------
6
7 CC = gcc
8-CCFLAGS = -O $(FLAGS) -DVAR_DIR=\"$(VAR_DIR)\" $(NCURSES_INCLUDE) $(READLINE_INCLUDE)
64020fe5 9+CCFLAGS = $(OPTFLAGS) $(FLAGS) -DVAR_DIR=\"$(VAR_DIR)\" $(NCURSES_INCLUDE) $(READLINE_INCLUDE)
cfac8e57
JR
10 LINKFLAGS = $(NCURSES_LIB) $(READLINE_LIB)
11 LIBS = -lreadline -lncurses
12
This page took 0.072081 seconds and 4 git commands to generate.