git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0dbb306
)
lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGS
author
Philip Prindeville
<redacted>
Fri, 14 Apr 2017 20:37:55 +0000
(14:37 -0600)
committer
Philip Prindeville
<redacted>
Fri, 14 Apr 2017 20:39:48 +0000
(14:39 -0600)
Signed-off-by: Philip Prindeville <redacted>
utils/lcdproc/Makefile
patch
|
blob
|
history
diff --git
a/utils/lcdproc/Makefile
b/utils/lcdproc/Makefile
index fc6d9fb5c56e4a4b9280cf229b8f860a46ca7082..630c15c26b29e411790ebebd86e70b8030a45116 100644
(file)
--- a/
utils/lcdproc/Makefile
+++ b/
utils/lcdproc/Makefile
@@
-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 \
git clone https://git.99rst.org/PROJECT