diff --git a/srcpkgs/python/template b/srcpkgs/python/template index 145a7e08df5..0d981fd8d19 100644 --- a/srcpkgs/python/template +++ b/srcpkgs/python/template @@ -4,7 +4,7 @@ # pkgname=python version=2.7.11 -revision=2 +revision=3 wrksrc="Python-${version}" hostmakedepends="pkg-config" makedepends=" @@ -72,8 +72,9 @@ post_install() { rm -r ${DESTDIR}/usr/lib/python2.7/test rm -r ${DESTDIR}/usr/lib/python2.7/lib2to3/tests # Remove references to hardening -specs. - sed -e 's|\(-specs=.*hardened-ld\)||g' -e 's|\(-specs=.*hardened-cc1\)||g' \ - -i ${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata.py + sed -e 's|\(-specs=.*hardened-ld\)||g' -e 's|\(-specs=.*hardened-cc1\)||g' -i \ + ${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata.py \ + ${DESTDIR}/usr/lib/python${version%.*}/config/Makefile if [ "$CROSS_BUILD" ]; then # Remove references to cross toolchain. sed -i "s/$XBPS_CROSS_TRIPLET-//g" \