File rdist-6.1.5-linux.patch of Package rdist
--- rdist-6.1.5/config/os-linux.h +++ rdist-6.1.5/config/os-linux.h @@ -58,7 +58,7 @@ /* * Select the type of executable file format. */ -#define EXE_TYPE EXE_AOUT +#define EXE_TYPE EXE_ELF /* * Select the type of statfs() system call (if any). --- rdist-6.1.5/mf/Makefile.var +++ rdist-6.1.5/mf/Makefile.var @@ -67,7 +67,7 @@ # # Name of YACC. # -#YACC = bison -y +YACC = bison -y OPT = -g RM = rm