diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-02-09T14·13+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-02-09T14·13+0000 |
commit | 1876ab764f5b6e42fce67bdb46a8b03131653900 (patch) | |
tree | 175c6cb5a28cf2eccfb5df063e5fe3467e3daa54 /release.nix | |
parent | dfc4117e901f27276ea1ce81c852bf4d52959961 (diff) |
* A better fix. $boehmgc isn't set anywhere, we should use the flags
returned by pkg-config.
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index a1ea34547b52..1fc9405bdb28 100644 --- a/release.nix +++ b/release.nix @@ -75,7 +75,7 @@ let configureFlags = '' --disable-init-state --with-bzip2=${bzip2} --with-sqlite=${sqlite} - ${lib.optionalString (system != "i386-sunos") "--enable-gc"} + --enable-gc ''; }; |