mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
databases/py-rrdtool: Fix packaging with Python 3.8
* Apply the same fix as in r559094 by stripping libraries by wildcard paths. PR: 253815 Approved by: python (with hat)
This commit is contained in:
parent
25dd65a17b
commit
4d7eb99e1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567301
@ -20,6 +20,6 @@ USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user