Skip to content

Commit

Permalink
stop using features, as this makes CI unhappy
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Sergeant committed Jun 11, 2019
1 parent a1bc1f2 commit 4666b18
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions ports/ixwebsocket/CONTROL
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
Source: ixwebsocket
Version: 4.0.3
Build-Depends: zlib
Build-Depends: zlib, openssl, mbedtls
Description: Lightweight WebSocket Client and Server + HTTP Client
Default-Features: ssl

Feature: ssl
Build-Depends: ixwebsocket[openssl] (!windows&!osx), ixwebsocket[mbedtls] (windows), ixwebsocket[sectransp] (osx)
Description: Default SSL backend

# SSL backends
Feature: openssl
Build-Depends: openssl
Description: SSL support (OpenSSL)

Feature: mbedtls
Build-Depends: mbedtls
Description: SSL support (mbedTLS)

Feature: sectransp
Description: SSL support (sectransp)

0 comments on commit 4666b18

Please sign in to comment.