Skip to content

Commit

Permalink
dev-ada/gnatsymbolize: respect LDFLAGS
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/735706

Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Oct 7, 2022
1 parent 88727de commit 52caf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ada/gnatsymbolize/gnatsymbolize-2021-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ REQUIRED_USE="${ADA_REQUIRED_USE}"
S="${WORKDIR}"/${MYP}

src_compile() {
gnatmake -v gnatsymbolize -cargs ${ADAFLAGS} || die
gnatmake -v gnatsymbolize -cargs ${ADAFLAGS} -largs ${LDFLAGS} || die
}

src_install() {
Expand Down

0 comments on commit 52caf36

Please sign in to comment.