Fix ntrack for latest libnl release
This commit is contained in:
@@ -18,7 +18,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = "--without-gobject CFLAGS=--std=gnu99";
|
||||
|
||||
patchPhase = ''sed -e "s@/usr\(/lib/ntrack/modules/\)@$out&@" -i common/ntrack.c'';
|
||||
# Remove this patch after version 016
|
||||
patches = [ ./libnl-fix.patch ];
|
||||
|
||||
postPatch = ''
|
||||
sed -e "s@/usr\(/lib/ntrack/modules/\)@$out&@" -i common/ntrack.c
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Network Connectivity Tracking library for Desktop Applications";
|
||||
|
||||
Reference in New Issue
Block a user