projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ec3a6
)
base-files: add libgcc dependency to libc (#5262)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 24 Sep 2009 22:02:39 +0000
(22:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 24 Sep 2009 22:02:39 +0000
(22:02 +0000)
SVN-Revision: 17714
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 3e30b7073de43bb5096234ebe1ee0c727cd6013a..b0dc94ebe6649c695397a7321bcf4ceb0b8b9a4e 100644
(file)
--- 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