diff options
Diffstat (limited to 'package/boost')
-rw-r--r-- | package/boost/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile index 96945fc91..4ce0f3703 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -14,7 +14,7 @@ PKG_URL:= http://www.boost.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/} PKG_OPTS:= dev -PKG_ARCH_DEPENDS:= !m68k +PKG_ARCH_DEPENDS:= !m68k !xtensa DISTFILES:= boost_1_55_0.tar.gz WRKDIST= ${WRKDIR}/${PKG_NAME}_1_55_0 |