]> git.pld-linux.org Git - packages/openssl.git/blame - openssl-optflags.patch
- up to 1.1.0h
[packages/openssl.git] / openssl-optflags.patch
CommitLineData
1c6e2c73
JB
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 @@
772b9237 4
1c6e2c73
JB
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.025178 seconds and 4 git commands to generate.