SmartOS: Fix w3m build

This commit is contained in:
Danny Wilson 2013-12-21 13:48:11 +01:00 committed by Danny Wilson
parent d50d14d55f
commit 546601cf4b

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
sha256 = "1qx9f0kprf92r1wxl3sacykla0g04qsi0idypzz24b7xy9ix5579";
};
NIX_LDFLAGS = "-lsocket -lnsl";
patches = [ ./glibc214.patch ]
# Patch for the newer unstable boehm-gc 7.2alpha. Not all platforms use that
# alpha. At the time of writing this, boehm-gc-7.1 is the last stable.