fix iftop
This commit is contained in:
parent
234c6b74c6
commit
856f6c2aea
@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1b0fis53280qx85gldhmqfcpgyiwplzg43gxyngia1w3f1y58cnh";
|
sha256 = "1b0fis53280qx85gldhmqfcpgyiwplzg43gxyngia1w3f1y58cnh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Explicitly link against libgcc_s, to work around the infamous
|
||||||
|
# "libgcc_s.so.1 must be installed for pthread_cancel to work".
|
||||||
|
LDFLAGS = "-lgcc_s";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cp ${automake}/share/automake*/config.{sub,guess} config
|
cp ${automake}/share/automake*/config.{sub,guess} config
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user