[packages/quickjs] - use debug optflags also in LDFLAGS, fixes debug packages creation

qboosh qboosh at pld-linux.org
Sat Feb 19 18:31:56 CET 2022


commit 00dc7a3ce6ccbb8bdaa259c2a3efd5cd39b8343b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 19 18:33:29 2022 +0100

    - use debug optflags also in LDFLAGS, fixes debug packages creation

 quickjs.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/quickjs.spec b/quickjs.spec
index fbfc810..a894f07 100644
--- a/quickjs.spec
+++ b/quickjs.spec
@@ -49,7 +49,7 @@ Pliki nagłówkowe biblioteki QuickJS.
 %{__make} \
 	CC="%{__cc}" \
 	RPMPLDCFLAGS="%{rpmcflags} %{rpmcppflags}" \
-	LDFLAGS="%{rpmldflags}" \
+	LDFLAGS="%{rpmldflags} %{rpmcflags}" \
 	prefix="%{_prefix}"
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/quickjs.git/commitdiff/00dc7a3ce6ccbb8bdaa259c2a3efd5cd39b8343b



More information about the pld-cvs-commit mailing list