aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-12-12 23:37:39 -0800
committerRosen Penev <rosenp@gmail.com>2019-12-12 23:40:46 -0800
commit80a9ca7ccc0574bcd86f34b5149c5deb2ef5fe76 (patch)
tree3707c44dff9dc71e17c05cad07f98a59d80cb38e
parentac83adacb2d0f5151562c2554db099e0bda3bc05 (diff)
ibrdtnd: Remove c++03 option
Needed for libcxx compatibility. It probably generates bigger code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--net/ibrdtnd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ibrdtnd/Makefile b/net/ibrdtnd/Makefile
index d83bc2cc1..cfc82d777 100644
--- a/net/ibrdtnd/Makefile
+++ b/net/ibrdtnd/Makefile
@@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ibrdtnd
PKG_VERSION:=1.0.1
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
PKG_HASH:=9bd79636154093ab6bf4fd10d6c62d67c6db45141460847b19def327c93771ed
+
PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
PKG_LICENSE:=Apache-2.0
@@ -46,8 +47,6 @@ CONFIGURE_ARGS += \
--without-vmime \
--disable-libdaemon
-TARGET_CXXFLAGS += -std=gnu++03
-
define Package/ibrdtnd/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dtnd $(1)/usr/sbin/