]> git.pld-linux.org Git - packages/aiccu.git/blame - 02_skip-strip.patch
- cleanup
[packages/aiccu.git] / 02_skip-strip.patch
CommitLineData
3ed092f9
JR
1We handle stripping of the binary through dh_strip, thus remove the
2upstream code handling that, which does not care about our Debian
3build options.
4
5Index: aiccu-20070115/unix-console/Makefile
6===================================================================
7--- aiccu-20070115.orig/unix-console/Makefile 2009-10-25 22:31:57.000000000 +0100
8+++ aiccu-20070115/unix-console/Makefile 2009-10-25 22:32:04.000000000 +0100
9@@ -145,11 +145,6 @@
10
11 aiccu: $(OBJS) ${SRCS} ${INCS}
12 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
13-ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0)
14-ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1)
15- strip $@
16-endif
17-endif
18
19 clean:
20 $(RM) -f $(OBJS) aiccu
This page took 0.061335 seconds and 4 git commands to generate.