Comment 3 for bug 891054

Revision history for this message
Romain Beauxis (toots) wrote :

Just a follow-up: recompiling the package itself will not help. You'd rather compile a local binary:

# apt-get build-dep liquidsoap
# apt-get source liquidsoap
~ cd liquidsoap-<VERSION>
~ ./configure
~ make
# make install