]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl-asflag.patch
- up to 1.1.0h
[packages/openssl.git] / openssl-asflag.patch
diff --git a/openssl-asflag.patch b/openssl-asflag.patch
deleted file mode 100644 (file)
index d6613a6..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- openssl-1.1.0g/Configurations/unix-Makefile.tmpl.orig      2017-11-19 10:16:26.044446930 +0100
-+++ openssl-1.1.0g/Configurations/unix-Makefile.tmpl   2017-11-19 17:44:59.020806300 +0100
-@@ -208,8 +208,7 @@
- # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
- # gcc, then the driver will automatically translate it to -xarch=v8plus
- # and pass it down to assembler.
--AS=$(CC) -c
--ASFLAG=$(CFLAGS)
-+ASFLAG=
- PERLASM_SCHEME= {- $target{perlasm_scheme} -}
- # For x86 assembler: Set PROCESSOR to 386 if you want to support
-@@ -847,13 +846,14 @@
-       my $ecflags = { lib => '$(LIB_CFLAGS)',
-                       dso => '$(DSO_CFLAGS)',
-                       bin => '$(BIN_CFLAGS)' } -> {$args{intent}};
-+      my $asflags = ($srcs =~ /\.[Ss]$/) ? '$(ASFLAG)' : '';
-       my $makedepprog = $config{makedepprog};
-       my $recipe = <<"EOF";
- $obj$objext: $deps
- EOF
-       if (!$disabled{makedepend} && $makedepprog !~ /\/makedepend/) {
-           $recipe .= <<"EOF";
--      \$(CC) $incs \$(CFLAGS) $ecflags -MMD -MF $obj$depext.tmp -MT \$\@ -c -o \$\@ $srcs
-+      \$(CC) $incs \$(CFLAGS) $ecflags $asflags -MMD -MF $obj$depext.tmp -MT \$\@ -c -o \$\@ $srcs
-       \@touch $obj$depext.tmp
-       \@if cmp $obj$depext.tmp $obj$depext > /dev/null 2> /dev/null; then \\
-               rm -f $obj$depext.tmp; \\
This page took 0.074225 seconds and 4 git commands to generate.