- Strip library

This commit is contained in:
Dmitry Marakasov 2014-10-29 15:33:12 +00:00
parent 1c0ef3391d
commit 12859583e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371683

View file

@ -47,4 +47,7 @@ post-patch:
@${FIND} ${WRKSRC} \( -name '*.[ch]' \! -name acconfig.h \) \
| ${XARGS} ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g'
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaa.so
.include <bsd.port.mk>