Skip to content

Commit

Permalink
lcd4linux: Update to 1204
Browse files Browse the repository at this point in the history
Very minor bugfix.

Also adjusted standard to gnu89 to fix compilation issues (lot of missing
prototypes).

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Nov 13, 2018
1 parent 8376d30 commit 7c93e4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/lcd4linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7c93e4d

Please sign in to comment.