]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bash/patches/bash-2.05b-xcc.patch
bash: Update to 4.3
[people/ms/ipfire-3.x.git] / bash / patches / bash-2.05b-xcc.patch
1 --- bash-3.1/Makefile.in.xcc 2005-10-25 19:37:52.000000000 +0100
2 +++ bash-3.1/Makefile.in 2005-12-23 16:11:09.000000000 +0000
3 @@ -68,6 +68,7 @@
4 ARFLAGS = @ARFLAGS@
5 RANLIB = @RANLIB@
6 SIZE = @SIZE@
7 +STRIP = strip
8
9 INSTALL = @INSTALL@
10 INSTALL_PROGRAM = @INSTALL_PROGRAM@
11 @@ -535,7 +536,7 @@
12 @chmod a+rx bashbug
13
14 strip: $(Program) .made
15 - strip $(Program)
16 + $(STRIP) $(Program)
17 ls -l $(Program)
18 -$(SIZE) $(Program)
19