summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-04 14:31:17 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-04 17:36:37 +0200
commitcd74ec7b947eb456f238e45ca13c9918bf31515a (patch)
treec08854dec0a90eb5d9d90872c7d1ba59dc6eceee /app-misc/sl/sl-5.02.ebuild
parentsci-geosciences/gpxsee: clean old versions (diff)
downloadgentoo-cd74ec7b947eb456f238e45ca13c9918bf31515a.tar.gz
gentoo-cd74ec7b947eb456f238e45ca13c9918bf31515a.tar.bz2
gentoo-cd74ec7b947eb456f238e45ca13c9918bf31515a.zip
app-misc/sl: honor LDFLAGS.
Closes: https://bugs.gentoo.org/726670 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/sl/sl-5.02.ebuild')
-rw-r--r--app-misc/sl/sl-5.02.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/sl/sl-5.02.ebuild b/app-misc/sl/sl-5.02.ebuild
index 74a22148b898..84dd9b3cc221 100644
--- a/app-misc/sl/sl-5.02.ebuild
+++ b/app-misc/sl/sl-5.02.ebuild
@@ -27,7 +27,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
+ emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {