[Midnightbsd-cvs] mports [21854] trunk/lang/python34/Makefile: dont strip this

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Aug 22 20:01:13 EDT 2016


Revision: 21854
          http://svnweb.midnightbsd.org/mports/?rev=21854
Author:   laffer1
Date:     2016-08-22 20:01:12 -0400 (Mon, 22 Aug 2016)
Log Message:
-----------
dont strip this

Modified Paths:
--------------
    trunk/lang/python34/Makefile

Modified: trunk/lang/python34/Makefile
===================================================================
--- trunk/lang/python34/Makefile	2016-08-22 23:33:19 UTC (rev 21853)
+++ trunk/lang/python34/Makefile	2016-08-23 00:01:12 UTC (rev 21854)
@@ -128,8 +128,6 @@
 .if ! ${PORT_OPTIONS:MDEBUG}
 	${RM} -f ${PREFIX}/lib/libpython3.so						# Upstream Issue: http://bugs.python.org/issue17975
 .endif
-	for i in ${PREFIX}/lib/python3.4/lib-dynload/*.so; do \
-		${STRIP_CMD} $$i; done								# Strip shared extensions
 
 regression-test: build
 	@cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest



More information about the Midnightbsd-cvs mailing list