diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-24 22:02:39 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-24 22:02:39 +0000 |
commit | bd6f974a3f5a20e4ad7ca7391a83d8a8035de1e7 (patch) | |
tree | e2036fd4433691c5732797443d730fca05ac2ffc | |
parent | 7c52bc2d37cb8766e5774cc3dd7578677706bd7b (diff) |
base-files: add libgcc dependency to libc (#5262)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17714 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/base-files/Makefile | 1 |
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 |