diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
commit | e251f8299bf34e329613e68116d47e124192bc84 (patch) | |
tree | 82aaada62ba14e302c6db2617117543a1dbeebe2 /package/parted/Makefile | |
parent | 3b7b09fd2d8c6962e14f5f5464fe4a0570235df2 (diff) |
use static-libgc not only for base, simplifies dependencies, just a few bytes bigger for a xbmc build
Diffstat (limited to 'package/parted/Makefile')
-rw-r--r-- | package/parted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile index 63229e70b..fe86ba7dd 100644 --- a/package/parted/Makefile +++ b/package/parted/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 3 PKG_MD5SUM:= 5d89d64d94bcfefa9ce8f59f4b81bdcb PKG_DESCR:= partition table editor PKG_SECTION:= fs -PKG_DEPENDS:= libblkid libuuid libreadline libpthread libgcc +PKG_DEPENDS:= libblkid libuuid libreadline libpthread PKG_BUILDDEP:= util-linux readline PKG_URL:= http://www.gnu.org/software/parted/index.shtml PKG_SITES:= ${MASTER_SITE_GNU:=parted/} |