Defuzz fuzzy quilt patches and/or disable broken quilt patches archive/raspbian/8.8.0-2+rpi1 raspbian/8.8.0-2+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sun, 1 Oct 2023 02:01:16 +0000 (03:01 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Sun, 1 Oct 2023 02:01:16 +0000 (03:01 +0100)
debian/patches/series
debian/patches/use-fp-with-march.patch

index 6fdd010f5660f4ba1c2a6ca0528ce7241eef9c92..3caed94d0a70d6db083c6009a980d9844ab93dc5 100644 (file)
@@ -1,3 +1,2 @@
-#fix_library_name.patch
 test.patch
 use-fp-with-march.patch
index 4f58a299769c9b21072d5479ab6a60a9c568d815..b89eab1f34b893c2cb59642274952f056a617e1b 100644 (file)
@@ -3,12 +3,12 @@ Description:  pass -march=armv7+fp when building "armv4" assembler files.
  neon implementations which won't be built if no -march is specified
 Author: Peter Michael Green <plugwash@raspbian.org>
 
-diff --git a/GNUmakefile b/GNUmakefile
-index c0c6916..ae7b8c5 100644
---- a/GNUmakefile
-+++ b/GNUmakefile
-@@ -1200,11 +1200,7 @@ endif
- # Also see https://www.crypto++.com/wiki/Cryptogams.
+Index: tempdefuzz/GNUmakefile
+===================================================================
+--- tempdefuzz.orig/GNUmakefile
++++ tempdefuzz/GNUmakefile
+@@ -1193,11 +1193,7 @@ endif
+ # Also see https://www.cryptopp.com/wiki/Cryptogams.
  ifeq ($(IS_ARM32)$(IS_LINUX),11)
    ifeq ($(filter -DCRYPTOPP_DISABLE_ASM -DCRYPTOPP_DISABLE_ARM_NEON,$(CRYPTOPP_CPPFLAGS)$(CPPFLAGS)$(CXXFLAGS)),)
 -    # Do not use -march=armv7 if the compiler is already targeting the ISA.