aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-24 22:02:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-24 22:02:39 +0000
commit801e4e6c1a12171d57a3c13c2f1fce151cd082e1 (patch)
treee2036fd4433691c5732797443d730fca05ac2ffc /package/base-files
parent5584cbac073c71d05630003cae658b2c70f2d267 (diff)
downloadmaster-187ad058-801e4e6c1a12171d57a3c13c2f1fce151cd082e1.tar.gz
master-187ad058-801e4e6c1a12171d57a3c13c2f1fce151cd082e1.tar.bz2
master-187ad058-801e4e6c1a12171d57a3c13c2f1fce151cd082e1.zip
base-files: add libgcc dependency to libc (#5262)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17714 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
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