From 4e6a7b341da822b3bef81a35f6ab52a8d319ed3c Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 17 2020 16:37:14 +0000 Subject: Apply patch bash-4.1-examples.patch patch_name: bash-4.1-examples.patch present_in_specfile: true location_in_specfile: 35 --- diff --git a/examples/loadables/Makefile.in b/examples/loadables/Makefile.in index ec305cd..de2e020 100644 --- a/examples/loadables/Makefile.in +++ b/examples/loadables/Makefile.in @@ -58,7 +58,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 --git a/examples/loadables/perl/Makefile.in b/examples/loadables/perl/Makefile.in index 59f39b6..aa93b50 100644 --- a/examples/loadables/perl/Makefile.in +++ b/examples/loadables/perl/Makefile.in @@ -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.