Skip to content

Commit

Permalink
fixup! python3: remove private CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn authored and ahesford committed Sep 22, 2022
1 parent d49a3a9 commit ce5cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/python3/template
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ do_install() {
sed -i -e "s,$XBPS_CROSS_BASE,,g" \
${DESTDIR}/usr/bin/python${version%.*}-config
fi
sed -i -e "s,-fdebug-prefix-map=[^[:space:]]*,," \
sed -i -e "s,-fdebug-prefix-map=[^[:space:]]*=[.],," \
-e "s,-I./External,," \
${DESTDIR}/usr/bin/python${version%.*}-config \
${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_*_*.py \
Expand Down

0 comments on commit ce5cc60

Please sign in to comment.