View | Details | Raw Unified | Return to bug 244128 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 90-97 PKG_BIN= ${WRKSRC}/src/pkg-static Link Here
90
.endif
90
.endif
91
91
92
post-patch:
92
post-patch:
93
	${REINPLACE_CMD} -e "s|-llzma|${LIBLZMA_LIBS}|g" ${WRKSRC}/auto.def \
93
	@${REINPLACE_CMD} 's|-m 755 pkg|-m 755 -s pkg|g' ${WRKSRC}/src/Makefile.autosetup
94
		${WRKSRC}/src/Makefile.autosetup ${WRKSRC}/tests/Makefile.autosetup
94
	@${REINPLACE_CMD} 's|-m 644 lib$$(LIB)$$(LIB|-m 644 -s lib$$(LIB)$$(LIB|' ${WRKSRC}/libpkg/Makefile.autosetup
95
95
96
post-install:
96
post-install:
97
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
97
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg

Return to bug 244128