mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
ser2net: add missing dependency to librt when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -29,7 +29,7 @@ define Package/ser2net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Serial to Network Proxy
|
||||
URL:=http://sourceforge.net/projects/ser2net/
|
||||
DEPENDS:=+USE_UCLIBC:libpthread
|
||||
DEPENDS:=+USE_UCLIBC:libpthread +USE_UCLIBC:librt
|
||||
endef
|
||||
|
||||
define Package/ser2net/description
|
||||
|
||||
Reference in New Issue
Block a user