Fix a redland linking problem
svn path=/nixpkgs/trunk/; revision=22427
This commit is contained in:
parent
66ff572c8b
commit
f366f3020c
|
@ -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…
Reference in New Issue