Browse Source

ibrdtnd: Remove c++03 option

Needed for libcxx compatibility. It probably generates bigger code.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
80a9ca7ccc
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      net/ibrdtnd/Makefile

+ 2
- 3
net/ibrdtnd/Makefile View File

@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ibrdtnd PKG_NAME:=ibrdtnd
PKG_VERSION:=1.0.1 PKG_VERSION:=1.0.1
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
PKG_HASH:=9bd79636154093ab6bf4fd10d6c62d67c6db45141460847b19def327c93771ed PKG_HASH:=9bd79636154093ab6bf4fd10d6c62d67c6db45141460847b19def327c93771ed
PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de> PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0
@ -46,8 +47,6 @@ CONFIGURE_ARGS += \
--without-vmime \ --without-vmime \
--disable-libdaemon --disable-libdaemon
TARGET_CXXFLAGS += -std=gnu++03
define Package/ibrdtnd/install define Package/ibrdtnd/install
$(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dtnd $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dtnd $(1)/usr/sbin/


Loading…
Cancel
Save