[packages/opensips] Use our $CFLAGS and make verbosely

jajcus jajcus at pld-linux.org
Thu Jul 30 13:41:14 CEST 2015


commit a29346906c049e87731bb19dad48be4d0562c7b7
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Jul 30 13:40:31 2015 +0200

    Use our $CFLAGS and make verbosely

 opensips.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/opensips.spec b/opensips.spec
index d997431..a2bcc6c 100644
--- a/opensips.spec
+++ b/opensips.spec
@@ -20,7 +20,7 @@ Summary:	SIP proxy, redirect and registrar server
 Summary(pl.UTF-8):	Serwer SIP rejestrujący, przekierowujący i robiący proxy
 Name:		opensips
 Version:	2.1.0
-Release:	0.2
+Release:	0.3
 License:	GPL v2
 Group:		Networking/Daemons
 Source0:	http://opensips.org/pub/opensips/%{version}/src/%{name}-%{version}.tar.gz
@@ -331,12 +331,13 @@ exclude_modules="$exclude_modules sngtc"
 %endif
 echo "$exclude_modules" > exclude_modules
 %{__make} all \
+	Q= \
 	exclude_modules="$exclude_modules" \
 	prefix="%{_prefix}" \
 	cfg-prefix=$RPM_BUILD_ROOT \
 	cfg-target=/etc/opensips/ \
 	CC="%{__cc}" \
-    CC_EXTRA_OPTS="-I/usr/include/ncurses"
+	CC_EXTRA_OPTS="-I/usr/include/ncurses" \
 	PREFIX="%{_prefix}" \
 	CFLAGS="%{rpmcflags} -Wcast-align -fPIC"
 
@@ -347,6 +348,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/{ser,sysconfig,rc.d/init.d} \
 
 exclude_modules="$(cat exclude_modules)"
 %{__make} install -j1 \
+	Q= \
 	exclude_modules="$exclude_modules" \
 	prefix="%{_prefix}" \
 	basedir=$RPM_BUILD_ROOT \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opensips.git/commitdiff/a29346906c049e87731bb19dad48be4d0562c7b7



More information about the pld-cvs-commit mailing list