phobos/std/net
Martin Nowak d0e51e109f fix Issue 10710 - phobos depends on versioned libcurl
- create a libcurl_stub.so for linking

- set it's soname to libcurl.so.4 so that phobos
  gets a DT_NEEDED libcurl.so.4 entry

- the runtime linker will load libcurl.so and resolve
  all undefined references

- disable pragma(lib, "curl") because it doesn't work
  for archives anyways and additionally links against
  the real libcurl (dmd appends -L-lcurl when building phobos).
2013-12-20 15:38:11 +01:00
..
curl.d fix Issue 10710 - phobos depends on versioned libcurl 2013-12-20 15:38:11 +01:00
isemail.d Merge pull request #1369 from AndrejMitrovic/IsemailFix 2013-06-30 08:20:21 -07:00