]> git.pld-linux.org Git - packages/ext2ed.git/blob - ext2ed-opt.patch
- rel. 3
[packages/ext2ed.git] / ext2ed-opt.patch
1 diff -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)
9 +CCFLAGS                =       $(OPTFLAGS) $(FLAGS) -DVAR_DIR=\"$(VAR_DIR)\" $(NCURSES_INCLUDE) $(READLINE_INCLUDE)
10  LINKFLAGS      =       $(NCURSES_LIB) $(READLINE_LIB)
11  LIBS           =       -lreadline -lncurses
12  
This page took 0.068852 seconds and 3 git commands to generate.