diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 10:25:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 10:25:35 +0200 |
commit | 0f1fb71b374c9af0bafb373c2135dd5829e5f132 (patch) | |
tree | 4fa61dfffd031c2b9b6c8d3588c2294878fdc75c /package/boost | |
parent | 76c1916cac0994987d1dfefca57e98ddd1f48129 (diff) | |
parent | 068293a4908cafa95898b53ef97282ad8294c1cf (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/boost')
-rw-r--r-- | package/boost/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile index 93f5fba55..e2f2ed3cb 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= libs PKG_URL:= http://www.boost.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/} -PKG_ARCH_DEPENDS:= !avr32 +PKG_ARCH_DEPENDS:= !avr32 !m68k DISTFILES:= boost_1_54_0.tar.gz WRKDIST= ${WRKDIR}/${PKG_NAME}_1_54_0 @@ -21,11 +21,6 @@ PKG_SUBPKGS:= BOOST BOOST_DEV PKGSD_BOOST_DEV:= boost header files PKGSC_BOOST_DEV:= devel -PKG_CHOICES_BOOST:= SHARED STATIC BOTH -PKGCD_STATIC:= install static libs -PKGCD_SHARED:= install shared libs -PKGCD_BOTH:= install static and shared libs - PKG_FLAVOURS_BOOST:= date_time graph graph_parallel iostreams math program_options python regex serialization signals system test thread wave PKGFD_date_time:= with date-time @@ -76,7 +71,7 @@ endif ifeq (${ADK_PACKAGE_BOOST_GRAPH},) CONFIGURE_ARGS+=--without-graph endif -ifeq (${ADK_PACKAGE_BOOST_math},) +ifeq (${ADK_PACKAGE_BOOST_MATH},) CONFIGURE_ARGS+=--without-math endif ifeq (${ADK_PACKAGE_BOOST_PROGRAM_OPTIONS},) @@ -146,16 +141,7 @@ endif boost-install: ${INSTALL_DIR} ${IDIR_BOOST}/usr/lib -ifneq (${ADK_PACKAGE_BOOST_SHARED},) ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_BOOST}/usr/lib -endif -ifneq (${ADK_PACKAGE_BOOST_STATIC},) - ${CP} ${WRKINST}/usr/lib/*.a ${IDIR_BOOST}/usr/lib -endif -ifneq (${ADK_PACKAGE_BOOST_BOTH},) - ${CP} ${WRKINST}/usr/lib/*.a ${IDIR_BOOST}/usr/lib - ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_BOOST}/usr/lib -endif boost-dev-install: ${INSTALL_DIR} ${IDIR_BOOST_DEV}/usr/include |