mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-ada/gprbuild: Fix "-r and -pie may not be used together" error
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -43,6 +43,10 @@ src_prepare() {
|
||||
-e "s:@GNATBIND@:gnatbind-${GCC_PV}:g" \
|
||||
src/gprlib.adb \
|
||||
|| die
|
||||
sed -i \
|
||||
-e "s:\"-Wl,-r\":\"-r\":g" \
|
||||
share/gprconfig/linker.xml \
|
||||
|| die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user