Added missing patch
This commit is contained in:
parent
5ee0703bf4
commit
456acfdbd0
24
bash-4.1-examples.patch
Normal file
24
bash-4.1-examples.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
diff -up bash-4.1/examples/loadables/Makefile.in.examples bash-4.1/examples/loadables/Makefile.in
|
||||||
|
--- bash-4.1/examples/loadables/Makefile.in.examples 2010-06-22 16:20:02.000000000 +0200
|
||||||
|
+++ bash-4.1/examples/loadables/Makefile.in 2010-06-22 16:20:41.000000000 +0200
|
||||||
|
@@ -43,7 +43,7 @@ host_os = @host_os@
|
||||||
|
host_cpu = @host_cpu@
|
||||||
|
host_vendor = @host_vendor@
|
||||||
|
|
||||||
|
-CFLAGS = @CFLAGS@
|
||||||
|
+CFLAGS = -O2 -g
|
||||||
|
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
||||||
|
DEFS = @DEFS@
|
||||||
|
LOCAL_DEFS = @LOCAL_DEFS@
|
||||||
|
diff -up bash-4.1/examples/loadables/perl/Makefile.in.examples bash-4.1/examples/loadables/perl/Makefile.in
|
||||||
|
--- bash-4.1/examples/loadables/perl/Makefile.in.examples 2010-06-22 16:20:46.000000000 +0200
|
||||||
|
+++ bash-4.1/examples/loadables/perl/Makefile.in 2010-06-22 16:21:04.000000000 +0200
|
||||||
|
@@ -42,7 +42,7 @@ SHELL = @MAKE_SHELL@
|
||||||
|
|
||||||
|
PERL5 = perl5
|
||||||
|
|
||||||
|
-CFLAGS = @CFLAGS@
|
||||||
|
+CFLAGS = -O2 -g
|
||||||
|
|
||||||
|
#
|
||||||
|
# These values are generated for configure by ${topdir}/support/shobj-conf.
|
@ -5,7 +5,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/bash
|
Url: http://www.gnu.org/software/bash
|
||||||
@ -274,6 +274,9 @@ fi
|
|||||||
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-3
|
||||||
|
- Added missing patch
|
||||||
|
|
||||||
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-2
|
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-2
|
||||||
- Do the same CFLAGS in generated Makefile in examples
|
- Do the same CFLAGS in generated Makefile in examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user