ser2net: add missing dependency to librt when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
45ad75fe36
commit
56f34f0c03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue