diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-06-04 14:31:17 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-06-04 17:36:37 +0200 |
commit | cd74ec7b947eb456f238e45ca13c9918bf31515a (patch) | |
tree | c08854dec0a90eb5d9d90872c7d1ba59dc6eceee /app-misc/sl | |
parent | sci-geosciences/gpxsee: clean old versions (diff) | |
download | gentoo-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')
-rw-r--r-- | app-misc/sl/sl-5.02.ebuild | 2 |
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() { |