From b76ae6239d7f6163704fdb8cdc50b6a44e6e85b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sat, 2 Jan 2010 13:48:19 +0000 Subject: [PATCH] boost: Build non-versioned libraries SVN-Revision: 18997 --- libs/boost/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index d7ef97824..8b305d614 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -36,14 +36,14 @@ endef CONFIGURE_PREFIX:=$(PKG_INSTALL_DIR) LIBRARIES:= \ - serialization \ + serialization define Build/Compile ( cd $(PKG_BUILD_DIR) ; \ echo "using gcc : : $(GNU_TARGET_NAME)-gcc : $(CFLAGS) $(CXXFLAGS) $(LDFLAGS) ;" > tools/build/v2/site-config.jam ; \ bjam \ '-sBUILD=release space on off' \ - --toolset=gcc \ + --toolset=gcc --build-type=minimal --layout=system \ $(foreach c, $(LIBRARIES), \ --with-$(c) \ ) \ @@ -58,8 +58,9 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/boost $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/include/boost-*/boost/* $(1)/usr/include/boost/ # copies _all_ header files - independent of <--with-library>-argument above + $(CP) $(PKG_INSTALL_DIR)/include/boost/* $(1)/usr/include/boost/ # copies _all_ header files - independent of <--with-library>-argument above $(CP) $(PKG_INSTALL_DIR)/lib/*.a $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/lib/*.so* $(1)/usr/lib/ endef define Package/boost/install -- 2.30.2