summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-07 02:09:39 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-17 11:58:21 +0000
commit68a054e274cb7661fc354de62d1ba8d53f2cea02 (patch)
tree318125110d75f63cce932ac86507b33beec87049 /abuild.in
parent1dd4382ea11428d32c36c099d65b1ba46d946764 (diff)
downloadabuild-68a054e274cb7661fc354de62d1ba8d53f2cea02.tar.bz2
abuild-68a054e274cb7661fc354de62d1ba8d53f2cea02.tar.xz
make default_static depend on depends_static
keeps it in line with other default_ functions.
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 08fce58..1b51e13 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1747,7 +1747,7 @@ dev() {
# predefined splitfunc static
default_static() {
local i=
- depends=""
+ depends="$depends_static"
pkgdesc="$pkgdesc (static library)"
cd "$pkgdir" || return 0