aboutsummaryrefslogtreecommitdiff
path: root/libs/ibrdtn/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-05-19 19:28:06 -0700
committerRosen Penev <rosenp@gmail.com>2019-05-26 23:06:02 -0700
commit2a2acc4de29d0511913beb235566770db42731cf (patch)
tree81959e56184d769fc04d2df17824100c4c206cdc /libs/ibrdtn/Makefile
parentf3b65cbd396530e6e9480a874dacbb0c421a14e5 (diff)
ibrdtn: Switch to uClibc++
Added needed patches. Some are upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/ibrdtn/Makefile')
-rw-r--r--libs/ibrdtn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ibrdtn/Makefile b/libs/ibrdtn/Makefile
index a510c7861..c4aceba12 100644
--- a/libs/ibrdtn/Makefile
+++ b/libs/ibrdtn/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ibrdtn
PKG_VERSION:=1.0.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
@@ -20,6 +20,7 @@ PKG_LICENSE:=Apache-2.0
PKG_INSTALL:=1
PKG_FIXUP:=libtool
+include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk
define Package/ibrdtn