dsniff: Unbreak the build
This commit is contained in:
parent
3958cc3c4b
commit
89864a01d1
@ -54,7 +54,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ glib pcap ];
|
buildInputs = [ glib pcap ];
|
||||||
NIX_CFLAGS_LINK = "-lglib-2.0 -lpthread";
|
NIX_CFLAGS_LINK = "-lglib-2.0 -lpthread -ldl";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for patch in debian/patches/*.patch; do
|
for patch in debian/patches/*.patch; do
|
||||||
patch < $patch
|
patch < $patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user