about summary refs log tree commit diff
path: root/pkgs/tools/networking/curl
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-29 11:54:17 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-29 13:43:00 +0100
commit5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f (patch)
tree024a8aa70d6b29c4c18896acfcb0c75bb630d3c9 /pkgs/tools/networking/curl
parent937e1280c0b3f9bc21c33e70475c76ec3e8e97d5 (diff)
downloadnixlib-5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f.tar
nixlib-5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f.tar.gz
nixlib-5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f.tar.bz2
nixlib-5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f.tar.lz
nixlib-5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f.tar.xz
nixlib-5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f.tar.zst
nixlib-5cc92eb0d8b859b76b6f3ce0900a5e51af81d49f.zip
Remove obsolete useDietLibC stdenv adapter
Diffstat (limited to 'pkgs/tools/networking/curl')
-rw-r--r--pkgs/tools/networking/curl/7.15.nix1
-rw-r--r--pkgs/tools/networking/curl/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/networking/curl/7.15.nix b/pkgs/tools/networking/curl/7.15.nix
index 0a87eaa944cd..47ac790e2adb 100644
--- a/pkgs/tools/networking/curl/7.15.nix
+++ b/pkgs/tools/networking/curl/7.15.nix
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
 
   dontDisableStatic = linkStatic;
 
-  CFLAGS = if stdenv ? isDietLibC then "-DHAVE_INET_NTOA_R_2_ARGS=1" else "";
   LDFLAGS = if linkStatic then "-static" else "";
   CXX = "g++";
   CXXCPP = "g++ -E";
diff --git a/pkgs/tools/networking/curl/default.nix b/pkgs/tools/networking/curl/default.nix
index e12db01ae726..6766415c8b11 100644
--- a/pkgs/tools/networking/curl/default.nix
+++ b/pkgs/tools/networking/curl/default.nix
@@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
 
   dontDisableStatic = linkStatic;
 
-  CFLAGS = if stdenv ? isDietLibC then "-DHAVE_INET_NTOA_R_2_ARGS=1" else "";
   LDFLAGS = if linkStatic then "-static" else "";
   CXX = "g++";
   CXXCPP = "g++ -E";