Subject: Don’t strip binaries in Makefile
From: Michael Schutte <michi@uiae.at>
Bug-Debian: http://bugs.debian.org/438231
Remove the “-s” option from LDFLAGS and leave stripping binaries to
debhelper. This enables the usage of DEB_BUILD_OPTIONS=nostrip.
Index: devel/Makefile.in
===================================================================
--- devel.orig/Makefile.in 2010-05-03 18:57:51.000000000 +0200
+++ devel/Makefile.in 2010-05-03 18:58:01.000000000 +0200
@@ -31,7 +31,6 @@
# For additional warnings & checks, add -Wstrict-prototypes -Wshadow to the
# following:
CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6
-LDFLAGS +=-s
LIBS +=@LIBS@
BUSYBOX=../udp-busybox/busybox