Unverified Commit b658df36 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

whois: make it read /etc/whois.conf (#501565)

parents 5086fc8c 052c4a65
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -50,7 +50,10 @@ stdenv.mkDerivation (finalAttrs: {
    done
  '';

  makeFlags = [ "HAVE_ICONV=1" ];
  makeFlags = [
    "HAVE_ICONV=1"
    "CONFIG_FILE=/etc/whois.conf"
  ];
  buildFlags = [ "whois" ];

  installTargets = [ "install-whois" ];