aboutsummaryrefslogtreecommitdiffstats
path: root/include/package-dumpinfo.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-10 20:27:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-10 20:27:37 +0000
commit63c8fa0bbb119d27bfcee448f7ef3d68e9b900ad (patch)
tree7d5cc10fab9247182ace803a3e6bfe5158b598da /include/package-dumpinfo.mk
parent184d669fb3f3dc845c0b7d7fcefdadcddc142462 (diff)
downloadmaster-187ad058-63c8fa0bbb119d27bfcee448f7ef3d68e9b900ad.tar.gz
master-187ad058-63c8fa0bbb119d27bfcee448f7ef3d68e9b900ad.tar.bz2
master-187ad058-63c8fa0bbb119d27bfcee448f7ef3d68e9b900ad.zip
build: add a dependency on libc to all non-kernel packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32171 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package-dumpinfo.mk')
-rw-r--r--include/package-dumpinfo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk
index a297f2336e..2bf78c3f18 100644
--- a/include/package-dumpinfo.mk
+++ b/include/package-dumpinfo.mk
@@ -30,7 +30,7 @@ $(if $(MENU),Menu: $(MENU)
)$(if $(DEFAULT),Default: $(DEFAULT)
)$(if $(findstring $(PREREQ_CHECK),1),Prereq-Check: 1
)Version: $(VERSION)
-Depends: $(DEPENDS)
+Depends: $(call PKG_FIXUP_DEPENDS,$(1),$(DEPENDS))
Menu-Depends: $(MDEPENDS)
Provides: $(PROVIDES)
$(if $(VARIANT),Build-Variant: $(VARIANT)