BUILDLINK_FILES.fuse needs updating as well with ${LIBABISUFFIX}.
This commit is contained in:
parent
487e4b45bc
commit
9ed505fdfd
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: builtin.mk,v 1.3 2016/09/16 20:55:35 richard Exp $
|
||||
# $NetBSD: builtin.mk,v 1.4 2016/09/17 05:20:34 richard Exp $
|
||||
|
||||
BUILTIN_PKG:= fuse
|
||||
PKGCONFIG_BASE.fuse= /usr
|
||||
|
@ -9,4 +9,5 @@ PKGCONFIG_FILE.fuse+= /usr/lib${LIBABISUFFIX}/pkgconfig/fuse.pc
|
|||
|
||||
.if !empty(USE_BUILTIN.fuse:M[yY][eE][sS])
|
||||
BUILDLINK_FILES.fuse+= lib/pkgconfig/fuse.pc
|
||||
BUILDLINK_FILES.fuse+= lib${LIBABISUFFIX}/pkgconfig/fuse.pc
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue