fileshelter: link with pthreads explicitly
This commit is contained in:
parent
69981de277
commit
12c733c292
|
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ libzip boost wt3 libconfig ];
|
buildInputs = [ libzip boost wt3 libconfig ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lpthread"
|
||||||
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ln -s ${wt3}/share/Wt/resources $out/share/fileshelter/docroot/resources
|
ln -s ${wt3}/share/Wt/resources $out/share/fileshelter/docroot/resources
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue