diff options
Diffstat (limited to 'math/py-pymc/Makefile')
-rw-r--r-- | math/py-pymc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-pymc/Makefile b/math/py-pymc/Makefile index 704c744e57d8..fb8b9e6c7709 100644 --- a/math/py-pymc/Makefile +++ b/math/py-pymc/Makefile @@ -34,6 +34,8 @@ USES= python USE_PYTHON= distutils autoplist PORTDOCS= * +LDFLAGS+= -shared + post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/flib.so ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/gp/cov_funs/distances.so |