Browse Source

base-files: add libgcc dependency to libc (#5262)

SVN-Revision: 17714
Felix Fietkau 16 years ago
parent
commit
32bb31ca36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/base-files/Makefile

+ 1 - 0
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