[packages/libtirpc] rel 4; disable stack protector; more musl paths

arekm arekm at pld-linux.org
Wed Jun 15 16:04:20 CEST 2022


commit bd1ad3fde4573d1ef57d5b8f79d0272e4d08d8a0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jun 15 16:04:15 2022 +0200

    rel 4; disable stack protector; more musl paths

 libtirpc.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libtirpc.spec b/libtirpc.spec
index 236f6b1..0cbd1c4 100644
--- a/libtirpc.spec
+++ b/libtirpc.spec
@@ -11,7 +11,7 @@ Summary:	Transport Independent RPC Library
 Summary(pl.UTF-8):	Biblioteka RPC niezależnego od transportu
 Name:		libtirpc
 Version:	1.3.2
-Release:	3
+Release:	4
 Epoch:		1
 License:	BSD
 Group:		Libraries
@@ -122,9 +122,10 @@ install -d musl
 cd musl
 ../%configure \
 	CC="musl-gcc" \
-	CPPFLAGS="%{rpmcppflags} -I%{_includedir}/musql" \
+	CFLAGS="%{rpmcflags} -I%{_includedir}/musl -fno-stack-protector" \
+	LDFLAGS="%{rpmldflags} -L%{_libdir}/musl" \
 	--disable-silent-rules \
-        --enable-authdes \
+	--enable-authdes \
 	--disable-gssapi
 %{__make}
 cd ..
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libtirpc.git/commitdiff/bd1ad3fde4573d1ef57d5b8f79d0272e4d08d8a0



More information about the pld-cvs-commit mailing list