]> git.pld-linux.org Git - packages/opensips.git/commitdiff
Use our $CFLAGS and make verbosely
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Jul 2015 11:40:31 +0000 (13:40 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Jul 2015 11:40:44 +0000 (13:40 +0200)
opensips.spec

index d997431deb56e08188bab42374eb75e2b78fb629..a2bcc6c588d5fbf0fce511a4608ec0c18c39b70b 100644 (file)
@@ -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 \
This page took 0.153226 seconds and 4 git commands to generate.