From 80a9ca7ccc0574bcd86f34b5149c5deb2ef5fe76 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 12 Dec 2019 23:37:39 -0800 Subject: [PATCH] ibrdtnd: Remove c++03 option Needed for libcxx compatibility. It probably generates bigger code. Signed-off-by: Rosen Penev --- net/ibrdtnd/Makefile | 5 ++--- 1 file 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 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/