[packages/tpm2-abrmd] - configure doesn't handle passing ss path, it must find ss itself

qboosh qboosh at pld-linux.org
Sun Jul 3 15:56:46 CEST 2022


commit e6d28f672e5cb596dc4bb7cfbcfc6da807c05500
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jul 3 15:58:23 2022 +0200

    - configure doesn't handle passing ss path, it must find ss itself

 tpm2-abrmd.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec
index e0e0f43..8ae6874 100644
--- a/tpm2-abrmd.spec
+++ b/tpm2-abrmd.spec
@@ -76,8 +76,9 @@ Statyczna biblioteka tpm2-abrmd.
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
+# PATH for /sbin/ss
+export PATH=${PATH:+$PATH:}/sbin
 %configure \
-	ss=/sbin/ss \
 	%{?with_tests:--enable-integration} \
 	--disable-silent-rules \
 	%{!?with_static_libs:--disable-static-libs} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tpm2-abrmd.git/commitdiff/e6d28f672e5cb596dc4bb7cfbcfc6da807c05500



More information about the pld-cvs-commit mailing list