diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:06:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:06:28 +0200 |
commit | 162bc4f88c4cd4aa717c9cd210ab6f969781fad6 (patch) | |
tree | 3c419827a65567ed9a6a22189e80370d3df34fb5 /package/rpcbind/Makefile | |
parent | 3e0314afe3787e5a2d7668ad5e4a8bbdb7a2dbbb (diff) |
allow for uclibc-ng
Diffstat (limited to 'package/rpcbind/Makefile')
-rw-r--r-- | package/rpcbind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpcbind/Makefile b/package/rpcbind/Makefile index 3adc22729..cf971a6fe 100644 --- a/package/rpcbind/Makefile +++ b/package/rpcbind/Makefile @@ -14,7 +14,7 @@ PKG_BUILDDEP:= libtirpc PKG_URL:= http://sourceforge.net/projects/rpcbind/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=rpcbind/} -PKG_LIBC_DEPENDS:= uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |