The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libwebsock / libwebsock.mk
1 ################################################################################
2 #
3 # libwebsock
4 #
5 ################################################################################
6
7 LIBWEBSOCK_VERSION = 3c1615eeadb0b582b63851073bfe3e5132f31ebc
8 LIBWEBSOCK_SITE = $(call github,payden,libwebsock,$(LIBWEBSOCK_VERSION))
9 LIBWEBSOCK_DEPENDENCIES = libevent host-pkgconf
10 LIBWEBSOCK_AUTORECONF = YES
11 LIBWEBSOCK_INSTALL_STAGING = YES
12 LIBWEBSOCK_LICENSE = LGPLv3
13 LIBWEBSOCK_LICENSE_FILES = COPYING.lesser
14
15 ifeq ($(BR2_PACKAGE_OPENSSL),y)
16 LIBWEBSOCK_DEPENDENCIES += openssl
17 LIBWEBSOCK_CONF_OPTS += --with-ssl
18 else
19 LIBWEBSOCK_CONF_OPTS += --without-ssl
20 endif
21
22 $(eval $(autotools-package))