pkgbase: move profiling _p.a libs into -development packages
Profiling library archives are part of the development environment; they don't need to be in separate -profile packages. (In fact we can probably just eliminate the _p.a archives assuming that profiling will be done using hwpmc etc., but that is a change for later.) Discussed with: bapt, manu Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6745815d25
commit
f112a185b1
@ -437,7 +437,7 @@ _libinstall:
|
||||
${_INSTALLFLAGS} lib${LIB_PRIVATE}${LIB}.a ${DESTDIR}${_LIBDIR}/
|
||||
.endif
|
||||
.if ${MK_PROFILE} != "no" && defined(LIB) && !empty(LIB)
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},profile} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},development} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
|
||||
${_INSTALLFLAGS} lib${LIB_PRIVATE}${LIB}_p.a ${DESTDIR}${_LIBDIR}/
|
||||
.endif
|
||||
.if defined(SHLIB_NAME)
|
||||
|
Loading…
Reference in New Issue
Block a user