Set INCDIRS and LIBDIRS on these new buildlinks.

This commit is contained in:
Amitai Schleier 2020-11-15 22:11:42 +01:00
parent cdd6dee01e
commit 88098f7c2b
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ S6_DNS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.s6-dns+= s6-dns>=2.3.3.0
BUILDLINK_PKGSRCDIR.s6-dns?= ../../wip/s6-dns
BUILDLINK_INCDIRS.s6-dns+= include/s6-dns
BUILDLINK_LIBDIRS.s6-dns+= lib/s6-dns
BUILDLINK_DEPMETHOD.s6-dns?= build
.endif # S6_DNS_BUILDLINK3_MK

View File

@ -7,6 +7,8 @@ S6_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.s6+= s6>=2.9.2.0
BUILDLINK_PKGSRCDIR.s6?= ../../wip/s6
BUILDLINK_INCDIRS.s6+= include/s6
BUILDLINK_LIBDIRS.s6+= lib/s6
BUILDLINK_DEPMETHOD.s6?= build
.endif # S6_BUILDLINK3_MK