]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - aiccu/patches/0004-skip-strip.patch
aiccu: Import various patches
[people/amarx/ipfire-3.x.git] / aiccu / patches / 0004-skip-strip.patch
1 From a7a2c3ca751495a36e5ddde5a23f356f56726504 Mon Sep 17 00:00:00 2001
2 From: Reinier Haasjes <reinier@haasjes.com>
3 Date: Fri, 17 Aug 2012 11:29:39 +0200
4 Subject: [PATCH 04/10] skip strip
5
6 We handle stripping of the binary through dh_strip, thus remove the
7 upstream code handling that, which does not care about our Debian
8 build options.
9
10 Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
11 ---
12 unix-console/Makefile | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/unix-console/Makefile b/unix-console/Makefile
16 index d5e5c07..f746cac 100755
17 --- a/unix-console/Makefile
18 +++ b/unix-console/Makefile
19 @@ -145,11 +145,6 @@ all: aiccu
20
21 aiccu: $(OBJS) ${SRCS} ${INCS}
22 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
23 -ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0)
24 -ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1)
25 - strip $@
26 -endif
27 -endif
28
29 clean:
30 $(RM) -f $(OBJS) aiccu
31 --
32 1.8.1
33