mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01: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
|
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
|
DEPENDS:=+USE_UCLIBC:libpthread +USE_UCLIBC:librt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ser2net/description
|
define Package/ser2net/description
|
||||||
|
|||||||
Reference in New Issue
Block a user