]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-optflags.patch
a9477f92f83d471eb38016c75cdf9d8588218d63
[packages/openssl.git] / openssl-optflags.patch
1 --- openssl-1.1.0g/Configurations/unix-Makefile.tmpl.orig       2017-11-19 17:44:59.020806300 +0100
2 +++ openssl-1.1.0g/Configurations/unix-Makefile.tmpl    2017-11-19 17:50:26.124135897 +0100
3 @@ -174,7 +174,7 @@
4  
5  CROSS_COMPILE= {- $config{cross_compile_prefix} -}
6  CC= $(CROSS_COMPILE){- $target{cc} -}
7 -CFLAGS={- our $cflags2 = join(" ",(map { "-D".$_} @{$target{defines}}, @{$config{defines}}),"-DOPENSSLDIR=\"\\\"\$(OPENSSLDIR)\\\"\"","-DENGINESDIR=\"\\\"\$(ENGINESDIR)\\\"\"") -} {- $target{cflags} -} {- $config{cflags} -}
8 +CFLAGS={- our $cflags2 = join(" ",(map { "-D".$_} @{$target{defines}}, @{$config{defines}}),"-DOPENSSLDIR=\"\\\"\$(OPENSSLDIR)\\\"\"","-DENGINESDIR=\"\\\"\$(ENGINESDIR)\\\"\"") -} {- $target{cflags} -} {- $config{cflags} -} $(OPTFLAGS)
9  CFLAGS_Q={- $cflags2 =~ s|([\\"])|\\$1|g; $cflags2 -} {- $config{cflags} -}
10  LDFLAGS= {- $target{lflags} -}
11  PLIB_LDFLAGS= {- $target{plib_lflags} -}
This page took 0.022006 seconds and 2 git commands to generate.