mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3: strip -ffile-prefix-map too
This commit is contained in:
parent
3dcac23aff
commit
e0a6476307
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ do_install() {
|
|||
${DESTDIR}/usr/bin/python${version%.*}-config
|
||||
fi
|
||||
sed -i -e "s,-fdebug-prefix-map=[^[:space:]]*=[.],," \
|
||||
-e "s,-ffile-prefix-map=[^[:space:]]*=[.],," \
|
||||
-e "s,-I./External,," \
|
||||
${DESTDIR}/usr/bin/python${version%.*}-config \
|
||||
${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_*_*.py \
|
||||
|
|
Loading…
Add table
Reference in a new issue