40-usrsctp.json 643 B

12345678910111213141516171819202122
  1. {
  2. "name": "usrsctp",
  3. "buildsystem": "cmake-ninja",
  4. "//": "Disable SCTP IP code. Packets are handle by WebRTC so we don't need it",
  5. "config-opts": [
  6. "-DCMAKE_BUILD_TYPE=Release",
  7. "-Dsctp_build_shared_lib=ON",
  8. "-Dsctp_build_programs=OFF",
  9. "-Dsctp_inet=OFF",
  10. "-Dsctp_inet6=OFF",
  11. "-Dsctp_werror=OFF",
  12. "-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
  13. ],
  14. "sources": [
  15. {
  16. "type": "git",
  17. "url": "https://github.com/sctplab/usrsctp.git",
  18. "tag": "0.9.5.0",
  19. "commit": "07f871bda23943c43c9e74cc54f25130459de830"
  20. }
  21. ]
  22. }