pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58966: mk: REQUIRES/PROVIDES analysis is wrong for self-libraries



> 	Workaround:
> 
> CHECK_SHLIBS_SKIP+=	${LIBGCC_PREFIX}/${GCC_TARGET_MACHINE}/lib

Correction: This doesn't work even if I add `/*' at the end, because
although the REQUIRES/PROVIDES logic in mk/pkgformat/pkg/metadata.mk
uses CHECK_SHLIBS_SKIP, it only conditions the executable bit test and
set on that.

So maybe the workaround is:

CHECK_SHLIBS_SUPPORTED=	no

in lang/gccN-libs/Makefile.


Home | Main Index | Thread Index | Old Index