From: Felix Fietkau Date: Thu, 24 Sep 2009 22:02:39 +0000 (+0000) Subject: base-files: add libgcc dependency to libc (#5262) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32bb31ca367975d31f09d7943043ee62a533bf41;p=librecmc%2Flibrecmc.git base-files: add libgcc dependency to libc (#5262) SVN-Revision: 17714 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3e30b7073d..b0dc94ebe6 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -156,6 +156,7 @@ define Package/libc/Default SECTION:=libs CATEGORY:=Base system VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE) + DEPENDS:=+libgcc URL:=$(LIBC_URL) endef