commit:     9b18dc3759829ce133604c7d097e750b37ce5720
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Wed Apr  7 11:38:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr  7 11:39:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b18dc37

app-arch/unalz: respect LDFLAGS

Closes: https://bugs.gentoo.org/780600
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>

 app-arch/unalz/{unalz-0.65.ebuild => unalz-0.65-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unalz/unalz-0.65.ebuild 
b/app-arch/unalz/unalz-0.65-r1.ebuild
similarity index 90%
rename from app-arch/unalz/unalz-0.65.ebuild
rename to app-arch/unalz/unalz-0.65-r1.ebuild
index dd4240383..0a8aeba00 100644
--- a/app-arch/unalz/unalz-0.65.ebuild
+++ b/app-arch/unalz/unalz-0.65-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ PATCHES=(
 S="${WORKDIR}"/${PN}
 
 src_compile() {
-       emake linux-utf8
+       emake linux-utf8 LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {

Reply via email to