From 15b51bbea115799aa8400e1afb6da75a7db30734 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 19 Nov 2012 15:30:42 +0000 Subject: [PATCH] [package] smartmontools: avoid using space in BUILD_INFO. Fixes build against uClibc++. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@34259 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0