diff options
Diffstat (limited to 'package/libunistring/Makefile')
-rwxr-xr-x | package/libunistring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libunistring/Makefile b/package/libunistring/Makefile index 3831e0638..454c5ba1b 100755 --- a/package/libunistring/Makefile +++ b/package/libunistring/Makefile @@ -13,7 +13,7 @@ PKG_URL:= http://www.gnu.org/software/libunistring/ PKG_SITES:= ${MASTER_SITE_GNU:=libunistring/} PKG_OPTS:= dev -PKG_LIBC_DEPENDS:= uclibc eglibc glibc +PKG_LIBC_DEPENDS:= uclibc glibc include ${TOPDIR}/mk/package.mk |