Putting back accidentally removed export of LFDLAGS
svn path=/nixpkgs/trunk/; revision=22429
This commit is contained in:
parent
14eea491b8
commit
4a1b8d558c
@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
librdf_raptor librdf_rasqal
|
librdf_raptor librdf_rasqal
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lrasqal -lraptor"
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--with-threads" ]
|
[ "--with-threads" ]
|
||||||
++ stdenv.lib.optional (bdb != null) "--with-bdb=${bdb}";
|
++ stdenv.lib.optional (bdb != null) "--with-bdb=${bdb}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user