diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 10:41:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 10:41:45 +0200 |
commit | e461c4dd1963215b43be50b4018898f0c203d797 (patch) | |
tree | f21af3bdb99d32cc974cbc3d59872a5df74ce0c9 /package/boost | |
parent | 8973f3b251edc8b7806a3d21a506ee9a9ea398b1 (diff) |
disable for uclibc builds
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 168b20070..271b2937c 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -15,7 +15,7 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/} DISTFILES:= boost_1_54_0.tar.gz WRKDIST= ${WRKDIR}/${PKG_NAME}_1_54_0 -PKG_ARCH_DEPENDS:= !mips +PKG_LIBC_DEPENDS:= eglibc glibc musl PKG_SUBPKGS:= BOOST BOOST_DEV PKGSD_BOOST_DEV:= boost header files |