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