From: Florian Fainelli Date: Mon, 19 Nov 2012 15:30:42 +0000 (+0000) Subject: [package] smartmontools: avoid using space in BUILD_INFO. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=db1b093f7fd1eee472b89c8b40b275d1f550e240;p=openwrt%2Fsvn-archive%2Farchive.git [package] smartmontools: avoid using space in BUILD_INFO. Fixes build against uClibc++. Signed-off-by: Florian Fainelli SVN-Revision: 34259 --- diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 4c045128f3..674fbc3456 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/uclibc++.mk PKG_NAME:=smartmontools PKG_VERSION:=5.40 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/smartmontools @@ -68,6 +68,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ + BUILD_INFO='"(localbuild)"' \ LD="$(TARGET_CXX)" endef