mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
mosquitto: enable websockets support
This commit is contained in:
parent
6141939d6e
commit
195ba2136e
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace man/manpage.xsl \
|
||||
--replace /usr/share/xml/docbook/stylesheet/ ${docbook_xsl}/share/xml/
|
||||
|
||||
for f in {lib,lib/cpp,src}/CMakeLists.txt ; do
|
||||
substituteInPlace $f --replace /sbin/ldconfig ldconfig
|
||||
done
|
||||
|
||||
# the manpages are not generated when using cmake
|
||||
pushd man
|
||||
make
|
||||
@ -39,6 +43,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [
|
||||
"-DWITH_THREADING=ON"
|
||||
"-DWITH_WEBSOCKETS=ON"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user