From 6e7a7495fe19eb354189662869cb6500c28464b1 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 19 Nov 2012 15:30:42 +0000 Subject: [PATCH] smartmontools: avoid using space in BUILD_INFO. Fixes build against uClibc++. Signed-off-by: Florian Fainelli SVN-Revision: 34259 --- utils/smartmontools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 4c045128f..674fbc345 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 -- 2.30.2