pimbd: update to current git HEAD

Allow compilation with gcc 7.3.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
Eneas U de Queiroz 2018-06-19 08:01:14 -03:00
parent f785dc0e9b
commit c299f8bcea
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pimbd
PKG_SOURCE_VERSION:=68f5fc803119e4b33a88b35c096f4d6ac28b6de5
PKG_VERSION:=2015-08-18-$(PKG_SOURCE_VERSION)
PKG_SOURCE_VERSION:=dbf4e5913b06e3160f506df15e6a047a403a5f21
PKG_VERSION:=2018-06-19-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
@ -17,7 +17,8 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
# Spammy debug builds for now
CMAKE_OPTIONS += -DL_LEVEL=7
CMAKE_OPTIONS += -DL_LEVEL=7 \
-DWITH_LIBUBOX=1
define Package/pimbd
SECTION:=net