File autofs-5.1.1-debuginfo-fix.patch of Package autofs.23455
--- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: autofs-5.1.1/Makefile.rules =================================================================== --- autofs-5.1.1.orig/Makefile.rules +++ autofs-5.1.1/Makefile.rules @@ -27,7 +27,7 @@ CFLAGS ?= -g -Wall -DDEBUG LDFLAGS ?= -g else CFLAGS ?= -O2 -Wall -LDFLAGS ?= -s +LDFLAGS ?= -g endif ifdef DONTSTRIP