Merge pull request #27785 from volth/xrdp-0.9.3-1

xrdp: abs path to garbage directory
This commit is contained in:
Franz Pletz 2017-07-31 10:05:48 +02:00 committed by GitHub
commit f90c4be438

View file

@ -58,7 +58,7 @@ let
./bootstrap
'';
dontDisableStatic = true;
configureFlags = [ "--with-systemdsystemunitdir=./do-not-install" "--enable-ipv6" "--enable-jpeg" "--enable-fuse" "--enable-rfxcodec" "--enable-opus" ];
configureFlags = [ "--with-systemdsystemunitdir=/var/empty" "--enable-ipv6" "--enable-jpeg" "--enable-fuse" "--enable-rfxcodec" "--enable-opus" ];
installFlags = [ "DESTDIR=$(out)" "prefix=" ];