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