]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-optflags.patch
up to 3.3.0 (fixes CVE-2024-2511)
[packages/openssl.git] / openssl-optflags.patch
1 --- openssl-1.1.1/Configurations/unix-Makefile.tmpl~    2018-09-13 13:08:19.000000000 +0200
2 +++ openssl-1.1.1/Configurations/unix-Makefile.tmpl     2018-09-13 13:15:24.200834530 +0200
3 @@ -205,7 +205,7 @@ CPPFLAGS={- our $cppflags1 = join(" ",
4                                    (map { "-D".$_} @{$config{CPPDEFINES}}),
5                                    (map { "-I".$_} @{$config{CPPINCLUDES}}),
6                                    @{$config{CPPFLAGS}}) -}
7 -CFLAGS={- join(' ', @{$config{CFLAGS}}) -}
8 +CFLAGS={- join(' ', @{$config{CFLAGS}}) -} $(OPTFLAGS)
9  CXXFLAGS={- join(' ', @{$config{CXXFLAGS}}) -}
10  LDFLAGS= {- join(' ', @{$config{LDFLAGS}}) -}
11  EX_LIBS= {- join(' ', @{$config{LDLIBS}}) -}
This page took 0.0201480000000001 seconds and 3 git commands to generate.