ibrcommon: Switch to uClibc++
Reduces install size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6fb18c99f1
commit
f3b65cbd39
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=ibrcommon
|
||||
PKG_VERSION:=1.0.1
|
||||
PKG_RELEASE:=6
|
||||
PKG_RELEASE:=7
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
|
||||
|
@ -20,12 +20,13 @@ PKG_LICENSE:=Apache-2.0
|
|||
PKG_INSTALL:=1
|
||||
PKG_FIXUP:=libtool
|
||||
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/ibrcommon
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libstdcpp +libpthread +librt +libnl +libopenssl
|
||||
DEPENDS:=$(CXX_DEPENDS) +librt +libnl +libopenssl
|
||||
TITLE:=IBR Common C++ Library
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue