From 699e0eae812c78f91ebe58396c3323e1bd28debe Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 2 Jan 2010 13:48:19 +0000 Subject: [PATCH] boost: Build non-versioned libraries git-svn-id: svn://svn.openwrt.org/openwrt/packages@18997 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0