From 04c3eb224bde7c1f58d1c7d751b3fead1c315a20 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Thu, 25 Feb 2010 10:43:58 +0000 Subject: [PATCH] libs/boost: fix PKG_BUILD_DIR definition SVN-Revision: 19858 --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index f2c777708..0cda75dc4 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -14,7 +14,7 @@ PKG_VERSION:=1_38_0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/boost \ +PKG_SOURCE_URL:=@SF/boost PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) PKG_MD5SUM:=a4fc691c4e7c49b3b9b54a667d8f5529 -- 2.30.2