Fix includes
svn path=/nixpkgs/trunk/; revision=24534
This commit is contained in:
parent
e10f65d674
commit
a7518923fe
@ -22,5 +22,9 @@ stdenv.mkDerivation rec {
|
||||
sed -e 's/ -ltermcap/ -lncurses/' -i ${makefile}
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${nspr}/include/nspr"
|
||||
'';
|
||||
|
||||
makeFlags = "-f ${makefile} JS_DIST=\${out} BUILD_OPT=1 JS_READLINE=1 JS_THREADSAFE=1";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user