Unverified Commit b3d84856 authored by Emily's avatar Emily Committed by GitHub
Browse files

judy: revert Darwin reproducibility fixes (#397632)

parents ce8b12a5 d4a8babe
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -23,11 +23,6 @@ stdenv.mkDerivation rec {
    ./fix-source-date.patch
  ];

  # fixes non-determinism between builds on macos
  preConfigure = lib.optional stdenv.hostPlatform.isDarwin ''
    export LDFLAGS="$LDFLAGS -Wl,-no_uuid -Wl,-install_name,@rpath/libJudy.1.dylib"
  '';

  # Disable parallel builds as manpages lack some dependencies:
  #    ../tool/jhton ext/JudyHS_funcs_3.htm | grep -v '^[   ]*$' | sed -e 's/\.C//' > man/man3/JudyHS_funcs
  #    make[2]: *** No rule to make target 'man/man3/JSLD', needed by 'all-am'.  Stop.