X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=blobdiff_plain;f=openssl-asflag.patch;fp=openssl-asflag.patch;h=0000000000000000000000000000000000000000;hp=d6613a6aeba8e3975ae29caaf088e5f24e6fa9f3;hb=08291e9ad90c7d77d1212a606da2845af12c7118;hpb=1c6e2c73c1bef940f4e5b907f1b739a1168e2a42 diff --git a/openssl-asflag.patch b/openssl-asflag.patch deleted file mode 100644 index d6613a6..0000000 --- a/openssl-asflag.patch +++ /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; \\