Skip to content

Commit

Permalink
Merge pull request openwrt#13027 from neheb/ina
Browse files Browse the repository at this point in the history
inadyn: update to 2.7
  • Loading branch information
neheb authored Aug 5, 2020
2 parents 92ccf95 + 7a29b7d commit 70b5ae9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions net/inadyn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=inadyn
PKG_VERSION:=2.5
PKG_VERSION:=2.7
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/troglobit/inadyn/releases/download/v$(PKG_VERSION)
PKG_HASH:=4a9ad208671f62912428413da0282450b2d2c4da38f3c95c4ac975d048c41fcd
PKG_HASH:=eb03bc9d9c09dfbbc651b43a2eb5a967d0454a8293576df23784710dac50c6a4

PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING

PKG_INSTALL:=1
Expand All @@ -41,16 +41,13 @@ define Package/inadyn/conffiles
/etc/inadyn.conf
endef

TARGET_CFLAGS += $(FPIC)

CONFIGURE_ARGS += \
--enable-shared \
--disable-static \
--enable-openssl \
--without-pic
--with-pic

define Package/inadyn/install
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/inadyn $(1)/usr/sbin/
endef
Expand Down

0 comments on commit 70b5ae9

Please sign in to comment.