make all dependecies build by working around libevhtp issues
This commit is contained in:
parent
990d57ca20
commit
d554161784
2 changed files with 25 additions and 1 deletions
|
|
@ -18,7 +18,11 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ libevent pth openssl ];
|
||||
propagatedBuildInputs = [ oniguruma ];
|
||||
cmakeFlags = [ "-DEVHTP_DISABLE_SSL=OFF" "-DEVHTP_BUILD_SHARED=ON" ];
|
||||
# fix pkgconfig librarypath generation
|
||||
patches = [ ./pkgconfig-librarypath.patch ];
|
||||
#cmakeFlags = [ "-DEVHTP_DISABLE_SSL=OFF" "-DEVHTP_BUILD_SHARED=ON" ];
|
||||
cmakeFlags = [ "-DEVHTP_DISABLE_SSL=OFF" "-DBUILD_SHARED_LIBS=ON" ];
|
||||
outputs = [ "dev" "out" ];
|
||||
|
||||
meta = {
|
||||
description = "Create extremely-fast and secure embedded HTTP servers with ease.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue