3
0
Fork 0
forked from mirrors/nixpkgs

Putting back accidentally removed export of LFDLAGS

svn path=/nixpkgs/trunk/; revision=22429
This commit is contained in:
Michael Raskin 2010-06-30 04:39:02 +00:00
parent 14eea491b8
commit 4a1b8d558c

View file

@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
librdf_raptor librdf_rasqal
];
preConfigure = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lrasqal -lraptor"
'';
configureFlags =
[ "--with-threads" ]
++ stdenv.lib.optional (bdb != null) "--with-bdb=${bdb}";