projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a01e32
)
make use of the new PKG_HOST_ONLY variable in boost-jam
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 17 Mar 2009 02:39:07 +0000
(
02:39
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 17 Mar 2009 02:39:07 +0000
(
02:39
+0000)
SVN-Revision: 14908
devel/boost-jam/Makefile
patch
|
blob
|
history
diff --git
a/devel/boost-jam/Makefile
b/devel/boost-jam/Makefile
index 98137b3a36951e446e72809af0f00a5bbdb79aff..e9a1376f29a710fbec4fdc5751083c2afefa7e69 100644
(file)
--- a/
devel/boost-jam/Makefile
+++ b/
devel/boost-jam/Makefile
@@
-14,8
+14,7
@@
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/boost
-
-BUILDONLY:=1
+PKG_HOST_ONLY:=1
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
@@
-24,12
+23,10
@@
define Package/boost-jam
SECTION:=devel
CATEGORY:=Development
TITLE:=Boost JAM
+ BUILDONLY:=1
URL:=http://www.boost.org
endef
-define Build/DefaultTargets
-endef
-
define Host/Compile
# bjam does not provide a configure-script nor a Makefile
( cd $(HOST_BUILD_DIR) ; ./build.sh gcc )