lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGS 4264/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 14 Apr 2017 20:37:55 +0000 (14:37 -0600)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 14 Apr 2017 20:39:48 +0000 (14:39 -0600)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
utils/lcdproc/Makefile

index fc6d9fb5c56e4a4b9280cf229b8f860a46ca7082..630c15c26b29e411790ebebd86e70b8030a45116 100644 (file)
@@ -11,7 +11,7 @@ PKG_NAME:=lcdproc
 # PKG_VERSION:=0.5.8
 PKG_BASE_VERSION:=0.5.8
 PKG_VERSION:=$(PKG_BASE_VERSION)+git2070222
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/lcdproc/lcdproc.git
@@ -121,7 +121,7 @@ endef
 
 
 # not everything groks --disable-nls
-CONFIGURE_ARGS := $(filter-out --%-nls,$(CONFIGURE_ARGS))
+DISABLE_NLS:=
 
 CONFIGURE_ARGS += \
        --disable-libX11 \