mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ada/libadalang: fix build
Closes: https://bugs.gentoo.org/832668 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -68,7 +68,7 @@ src_compile() {
|
||||
${EPYTHON} manage.py build -v \
|
||||
--build-mode "prod" \
|
||||
-j$(makeopts_jobs) \
|
||||
--gargs "-cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS} -largs:C ${LDFLAGS}" \
|
||||
--gargs "-cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS} -largs ${LDFLAGS}" \
|
||||
--library-types=${libType} || die
|
||||
GPR_PROJECT_PATH="${S}"/build \
|
||||
gprbuild -P contrib/highlight/highlight.gpr \
|
||||
@@ -77,7 +77,7 @@ src_compile() {
|
||||
-XLIBRARY_TYPE=relocatable \
|
||||
-XXMLADA_BUILD=relocatable \
|
||||
-cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS} \
|
||||
-largs:C ${LDFLAGS} \
|
||||
-largs ${LDFLAGS} \
|
||||
|| die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user