diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2018-11-14 22:43:20 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2018-11-14 22:43:20 +0100 |
commit | 4cb4cab386e3794b3e267aebc32163b120ad683b (patch) | |
tree | 1595ae4251464e2c17643855ac17df3f057b6e12 /dev-ada/asis | |
parent | dev-ada/langkit: Fx build with new libgpr (diff) | |
download | gentoo-4cb4cab386e3794b3e267aebc32163b120ad683b.tar.gz gentoo-4cb4cab386e3794b3e267aebc32163b120ad683b.tar.bz2 gentoo-4cb4cab386e3794b3e267aebc32163b120ad683b.zip |
dev-ada/asis: Fix build with new libgpr
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ada/asis')
-rw-r--r-- | dev-ada/asis/asis-2016.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ada/asis/asis-2016.ebuild b/dev-ada/asis/asis-2016.ebuild index 1655a468d62d..70735545b32d 100644 --- a/dev-ada/asis/asis-2016.ebuild +++ b/dev-ada/asis/asis-2016.ebuild @@ -34,6 +34,7 @@ src_compile() { GPRBUILD_FLAGS="-vl" emake tools PROCESSORS=$(makeopts_jobs) \ GPRBUILD_FLAGS="-vl \ + -XGPR_BUILD=relocatable \ -XLIBRARY_TYPE=relocatable \ -XXMLADA_BUILD=relocatable" } @@ -42,6 +43,7 @@ src_install() { emake prefix="${D}"/usr install emake prefix="${D}"/usr install-tools \ GPRINSTALL="gprinstall \ + -XGPR_BUILD=relocatable \ -XLIBRARY_TYPE=relocatable \ -XXMLADA_BUILD=relocatable" } |