pulseaudio: fix .la file

This commit is contained in:
Luca Bruno 2015-08-06 12:32:29 +02:00
parent 7dc9450ed2
commit 855db4dbbc
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, pkgconfig, intltool, autoreconfHook
, json_c, libsndfile
, json_c, libsndfile, libtool
, xlibs, libcap, alsaLib, glib
, avahi, libjack2, libasyncns, lirc, dbus
, sbc, bluez5, udev, openssl, fftwFloat
@ -109,6 +109,7 @@ stdenv.mkDerivation rec {
postInstall = lib.optionalString libOnly ''
rm -rf $out/{bin,share,etc,lib/{pulse-*,systemd}}
sed 's|-lltdl|-L${libtool}/lib -lltdl|' -i $out/lib/libpulsecore-6.0.la
'';
meta = {