From e0a64763079a6d3452965594186153f3afd85ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 7 Nov 2022 16:26:46 +0700 Subject: [PATCH] python3: strip -ffile-prefix-map too --- srcpkgs/python3/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 7f6020ce099..972a3cf5a2e 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -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 \