From 9b5b23f442ae7db8ccd37b87146285b732fb6fa6 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 12 Nov 2018 15:05:29 -0800 Subject: [PATCH] lcd4linux: Update to 1204 Very minor bugfix. Also adjusted standard to gnu89 to fix compilation issues (lot of missing prototypes). Signed-off-by: Rosen Penev --- utils/lcd4linux/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile index 00dea85047..e623b6bc93 100644 --- a/utils/lcd4linux/Makefile +++ b/utils/lcd4linux/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcd4linux -PKG_REV:=1203 +PKG_REV:=1204 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://ssl.bulix.org/svn/lcd4linux/trunk/ @@ -206,6 +206,8 @@ endef CONFIGURE_ARGS+= \ --disable-rpath \ +TARGET_CFLAGS += -std=gnu89 + EXTRA_LDFLAGS+= -Wl,-rpath-link,$(STAGING_DIR)/usr/lib ifeq ($(BUILD_VARIANT),custom)