Browse Source

mosh: reenable for uClibc-ng

Waldemar Brodkorb 3 months ago
parent
commit
a80ae67d69
1 changed files with 0 additions and 4 deletions
  1. 0 4
      package/mosh/Makefile

+ 0 - 4
package/mosh/Makefile

@@ -15,11 +15,7 @@ PKG_NEEDS:=		c++
 PKG_URL:=		https://mosh.org/
 PKG_SITES:=		https://github.com/mobile-shell/mosh/archive/refs/tags/
 
-# libprotobuf.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11'
-PKG_LIBC_DEPENDS:=	glibc musl
-
 DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.gz
-
 WRKDIST=		${WRKDIR}/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
 
 include $(ADK_TOPDIR)/mk/package.mk