bundled libraries. Added static option to package. Reduced dependencies in buildlink3.mk. Link against standalone libcerror.
14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2013/06/08 13:18:02 othyro Exp $
|
|
|
|
BUILDLINK_TREE+= libuna
|
|
|
|
.if !defined(LIBUNA_BUILDLINK3_MK)
|
|
LIBUNA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libuna+= libuna>=20130103
|
|
BUILDLINK_PKGSRCDIR.libuna?= ../../wip/libuna
|
|
|
|
.include "../../wip/libcerror/buildlink3.mk"
|
|
.endif # LIBUNA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libuna
|