FreeBSD: minor fixes, add notes and make stdenv more robust

This commit is contained in:
janus
2016-01-01 17:01:13 +00:00
parent a472d836f6
commit 55aa9163cc
12 changed files with 223 additions and 279 deletions
@@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
patches = [ ./CVE-2015-1283.patch ];
configureFlags = stdenv.lib.optionalString stdenv.isFreeBSD "--with-pic";
# NIX_CFLAGS_COMPILE = stdenv.lib.optionalString (stdenv.isFreeBSD) "-fPIC";
meta = with stdenv.lib; {
homepage = http://www.libexpat.org/;