From f9833abb76d0295101c47666534f2adbe7a6176b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 25 May 2016 16:13:35 +0000 Subject: Fix build by stripping any .so library Library name seems to be dependent on R version, so this port will break on any R update otherwise --- math/rpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 013a5b7eb6ff..0fec8b1e4083 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -32,6 +32,6 @@ pre-configure: exit 1; fi) post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_rpy3022.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so .include -- cgit