mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #8517 from neheb/neheb-patch-1
ptunnel-ng: Remove libbsd dependency
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ptunnel-ng
|
PKG_NAME:=ptunnel-ng
|
||||||
PKG_VERSION:=1.40
|
PKG_VERSION:=1.40
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/lnslbrty/ptunnel-ng/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/lnslbrty/ptunnel-ng/tar.gz/v$(PKG_VERSION)?
|
||||||
@@ -32,6 +32,10 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-pcap \
|
--disable-pcap \
|
||||||
--disable-selinux
|
--disable-selinux
|
||||||
|
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
ac_cv_header_bsd_stdlib_h=no \
|
||||||
|
ac_cv_search_arc4random=no
|
||||||
|
|
||||||
define Package/ptunnel-ng/install
|
define Package/ptunnel-ng/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/sbin/$(PKG_NAME)
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/sbin/$(PKG_NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user