libevhtp: fix build with oniguruma >= 6.95_rev1

This commit is contained in:
Trolli Schmittlauch 2020-11-27 19:02:45 +01:00
parent 69cf92ddbe
commit 2787280d8c
2 changed files with 6 additions and 5 deletions

View file

@ -16,8 +16,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ libevent pth openssl ];
propagatedBuildInputs = [ oniguruma ];
buildInputs = [ libevent pth openssl oniguruma ];
# fix pkgconfig librarypath generation
patches = [ ./pkgconfig-librarypath.patch ];
#cmakeFlags = [ "-DEVHTP_DISABLE_SSL=OFF" "-DEVHTP_BUILD_SHARED=ON" ];