aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcp
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-10-27 14:27:01 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-10-27 15:03:53 +0100
commit890e5585d5997d8039aa61c40afbc268b5e06c17 (patch)
tree8ee5e6c4b0d0694df61ee05b1394bfda7d8c2ba6 /main/dhcp
parent087c114d334af7cb92d6504c73b1df898dd6c584 (diff)
downloadaports-890e5585d5997d8039aa61c40afbc268b5e06c17.tar.bz2
aports-890e5585d5997d8039aa61c40afbc268b5e06c17.tar.xz
main/dhcp: remove unused split function libs()
It was probably a workaround for some bug in abuild that has been already fixed. Removing of this function doesn't have any effect on the generated metadata.
Diffstat (limited to 'main/dhcp')
-rw-r--r--main/dhcp/APKBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD
index 6d500b3131..e33bb37895 100644
--- a/main/dhcp/APKBUILD
+++ b/main/dhcp/APKBUILD
@@ -200,12 +200,6 @@ dhcrelay() {
mv "$pkgdir"/usr/sbin/dhcrelay "$subpkgdir"/usr/sbin/
}
-# TODO: remove when abuild is sufficiently upgraded
-libs() {
- depends="$depends_libs"
- default_libs
-}
-
static() {
depends="$depends_static"
default_static || mkdir -p "$subpkgdir"