Browse Source

ser2net: add missing dependency to libpthread when using uClibc

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 8 years ago
parent
commit
f2a5123170
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/ser2net/Makefile

+ 2
- 1
net/ser2net/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ser2net PKG_NAME:=ser2net
PKG_VERSION:=3.0 PKG_VERSION:=3.0
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:=@SF/ser2net PKG_SOURCE_URL:=@SF/ser2net
@ -29,6 +29,7 @@ define Package/ser2net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Serial to Network Proxy TITLE:=Serial to Network Proxy
URL:=http://sourceforge.net/projects/ser2net/ URL:=http://sourceforge.net/projects/ser2net/
DEPENDS:=+USE_UCLIBC:libpthread
endef endef
define Package/ser2net/description define Package/ser2net/description


Loading…
Cancel
Save