mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 19:56:16 +04:00
Merge pull request #4462 from ryzhovau/lcdproc_ldflags
lcdproc: respect LDFLAGS
This commit is contained in:
@@ -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:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/lcdproc/lcdproc.git
|
||||
@@ -135,7 +135,7 @@ TARGET_CFLAGS+=-Wall
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LDFLAGS="$(TARGET_LDLAGS)"
|
||||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
|
||||
|
||||
define Package/lcdproc-clients/install
|
||||
|
||||
Reference in New Issue
Block a user