Skip to content

Commit

Permalink
survey: Remove curl -lz, no longer necessary.
Browse files Browse the repository at this point in the history
Our submodule now includes the fix from
NixOS/nixpkgs#66490
which makes this unnecessary.
  • Loading branch information
nh2 committed Aug 16, 2019
1 parent c8efdf3 commit 5baf249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,6 @@ let
# If we pass `-all-static` to libtool, it won't do the things in the last
# bullet point, causing static linking to succeed.
makeFlags = [ "curl_LDFLAGS=-all-static" ];
# TODO This will become unnecessary once https://github.com/NixOS/nixpkgs/pull/66490 is merged
LDFLAGS = [ "-lz" ];
});

# Overlay that enables `.a` files for as many system packages as possible.
Expand Down

0 comments on commit 5baf249

Please sign in to comment.