Unverified Commit fe818902 authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

mariadb*: fix build for x86_64-darwin and musl (#492716)

parents 372b9947 7495f3f8
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -365,9 +365,11 @@ let
            rm -r "$out"/OFF
          '';

        env = lib.optionalAttrs stdenv.hostPlatform.isi686 {
        env =
          lib.optionalAttrs stdenv.hostPlatform.isi686 {
            CXXFLAGS = "-fpermissive";
        };
          }
          // (common.env or { });

        passthru = {
          inherit client;