libevhtp: fix build with oniguruma >= 6.95_rev1
This commit is contained in:
parent
69cf92ddbe
commit
2787280d8c
2 changed files with 6 additions and 5 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue