Unverified Commit 6bb609d6 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #38863 from pbogdan/caps-glibc-2.27

caps: fix build with glibc 2.27
parents d5becbb7 b30497c8
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -9,9 +9,13 @@ stdenv.mkDerivation rec {

  patches = [
    (fetchurl {
      url = "https://anonscm.debian.org/cgit/pkg-multimedia/caps.git/plain/debian/patches/0001-Avoid-ambiguity-in-div-invocation.patch";
      url = "https://salsa.debian.org/multimedia-team/caps/raw/9a99c225/debian/patches/0001-Avoid-ambiguity-in-div-invocation.patch";
      sha256 = "1b1pb5yfskiw8zi1lkj572l2ajpirh4amq538vggwvlpv1fqfway";
    })
    (fetchurl {
      url = "https://salsa.debian.org/multimedia-team/caps/raw/a411203d/debian/patches/0002-Use-standard-exp10f-instead-of-pow10f.patch";
      sha256 = "18ciklnscabr77l8b89xmbagkk79w4iqfpzr2yhn2ywv2jp8akx9";
    })
  ];

  configurePhase = ''