diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-01 20:19:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-01 20:19:13 +0100 |
commit | 8207b8d44693503e1c086aea0fc30c592a59b15d (patch) | |
tree | 8ebb77c7ae0097d4877bed3099a49ce7518a2f63 /package/xfsprogs/Makefile | |
parent | f3f7a7f082ffce3fe30555c73276f4c070c0b6da (diff) |
another round of updates and musl fixes
Diffstat (limited to 'package/xfsprogs/Makefile')
-rw-r--r-- | package/xfsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index 42fd4efba..ceb1f82e1 100644 --- a/package/xfsprogs/Makefile +++ b/package/xfsprogs/Makefile @@ -15,7 +15,7 @@ PKG_URL:= http://oss.sgi.com/projects/xfs PKG_SITES:= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \ ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/ -PKG_LIBC_DEPENDS:= eglibc glibc musl +PKG_LIBC_DEPENDS:= eglibc glibc PKG_TARGET_DEPENDS:= !atmel-ngw100 include ${TOPDIR}/mk/package.mk |