From: Rosen Penev Date: Sun, 30 Dec 2018 17:36:17 +0000 (-0800) Subject: ibrcommon: Remove uclibc++ usage X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=38c27f5a49d5cd9bd411cf564bb94309ac53c201;p=openwrt-packages.git ibrcommon: Remove uclibc++ usage The dependent packages fail to build when using uclibc++ due to some missing feature. It's probably easy to add a fix but for right now, switch back to fix compilation. Signed-off-by: Rosen Penev --- diff --git a/libs/ibrcommon/Makefile b/libs/ibrcommon/Makefile index e4806441f..3c50d3acf 100644 --- a/libs/ibrcommon/Makefile +++ b/libs/ibrcommon/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ibrcommon PKG_VERSION:=1.0.1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases @@ -20,13 +20,12 @@ 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:=$(CXX_DEPENDS) +libpthread +librt +libnl +libopenssl + DEPENDS:=+libstdcpp +libpthread +librt +libnl +libopenssl TITLE:=IBR Common C++ Library endef