sysdig: fix build with current curl
This commit is contained in:
parent
18086d81c3
commit
89ad46d9b4
@ -29,6 +29,12 @@ stdenv.mkDerivation rec {
|
|||||||
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
|
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed 's|curl/curlbuild\.h|curl/system.h|' -i \
|
||||||
|
userspace/libsinsp/marathon_http.cpp \
|
||||||
|
userspace/libsinsp/mesos_http.cpp
|
||||||
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export INSTALL_MOD_PATH="$out"
|
export INSTALL_MOD_PATH="$out"
|
||||||
'' + optionalString (kernel != null) ''
|
'' + optionalString (kernel != null) ''
|
||||||
|
Loading…
Reference in New Issue
Block a user