[package] smartmontools: avoid using space in BUILD_INFO.
Fixes build against uClibc++. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@34259 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
813d6826e8
commit
15b51bbea1
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/uclibc++.mk
|
|||||||
|
|
||||||
PKG_NAME:=smartmontools
|
PKG_NAME:=smartmontools
|
||||||
PKG_VERSION:=5.40
|
PKG_VERSION:=5.40
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/smartmontools
|
PKG_SOURCE_URL:=@SF/smartmontools
|
||||||
@ -68,6 +68,7 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
BUILD_INFO='"(localbuild)"' \
|
||||||
LD="$(TARGET_CXX)"
|
LD="$(TARGET_CXX)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user