diff options
Diffstat (limited to 'core/tdb/APKBUILD')
-rw-r--r-- | core/tdb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tdb/APKBUILD b/core/tdb/APKBUILD index 7b2870a15a..4e9c2b8360 100644 --- a/core/tdb/APKBUILD +++ b/core/tdb/APKBUILD @@ -9,7 +9,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz license="GPL-2" subpackages="$pkgname-dev $pkgname-doc" -makedepends="binutils gcc linux-headers make uclibc-dev" +depends="uclibc" build() { cd $srcdir/$pkgname-$pkgver |