mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
${DESTDIR}/usr/bin/python${version%.*}-config
|
||||||
fi
|
fi
|
||||||
sed -i -e "s,-fdebug-prefix-map=[^[:space:]]*=[.],," \
|
sed -i -e "s,-fdebug-prefix-map=[^[:space:]]*=[.],," \
|
||||||
|
-e "s,-ffile-prefix-map=[^[:space:]]*=[.],," \
|
||||||
-e "s,-I./External,," \
|
-e "s,-I./External,," \
|
||||||
${DESTDIR}/usr/bin/python${version%.*}-config \
|
${DESTDIR}/usr/bin/python${version%.*}-config \
|
||||||
${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_*_*.py \
|
${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_*_*.py \
|
||||||
|
|
Loading…
Add table
Reference in a new issue