mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Strip libraries
Approved by: bapt
This commit is contained in:
parent
d9f256862b
commit
7dd0ec8b62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375176
1 changed files with 4 additions and 0 deletions
|
@ -25,4 +25,8 @@ USE_PYTHON= distutils
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/glew/glew.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/glew/gl/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue