mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
websocketpp: Fix compile with Boost 1.70+
Fix compilation for newer Boost versions, same as in the websocketpp 'develop' branch: https://github.com/zaphoyd/websocketpp/pull/814 Signed-off-by: Bruno Randolf <br1@einfach.org>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=websocketpp
|
||||
PKG_VERSION:=0.8.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/zaphoyd/websocketpp/archive/$(PKG_VERSION)/
|
||||
@@ -26,6 +26,7 @@ define Package/websocketpp
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=WebSocket++
|
||||
URL:=https://www.zaphoyd.com/websocketpp
|
||||
BUILDONLY:=1
|
||||
endef
|
||||
|
||||
define Package/websocketpp/description
|
||||
|
||||
Reference in New Issue
Block a user