rpms/tor/devel tor.spec,1.40,1.41

ensc ensc at fedoraproject.org
Sun Nov 15 11:40:59 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/tor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6314

Modified Files:
	tor.spec 
Log Message:
removed  --enable-gcc-warnings

build fails with

| crypto.c: In function 'crypto_pk_write_key_to_string_impl':
| crypto.c:535: error: comparison of unsigned expression >= 0 is always true

else



Index: tor.spec
===================================================================
RCS file: /cvs/extras/rpms/tor/devel/tor.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- tor.spec	15 Nov 2009 11:08:48 -0000	1.40
+++ tor.spec	15 Nov 2009 11:40:58 -0000	1.41
@@ -119,7 +119,7 @@ EOF
 
 %build
 export LDFLAGS='-Wl,--as-needed'
-%configure --enable-gcc-warnings
+%configure
 make %{?_smp_mflags}
 make -C doc/design-paper tor-design.pdf
 
@@ -239,7 +239,6 @@ rm -rf $RPM_BUILD_ROOT
   time; this fixes shutdown/restart problems when working as a server
   (#532373)
 - fixed initng related typo in logrotate script (#532373)
-- enabled --enable-gcc-warnings ./configure option (#532373)
 - removed <linux/netfilter_ipv4.h> hack; it is fixed upstream and/or
   in the kernel sources
 - use %%postun, not %%post as a -upstart scriptlet and send INT, not




More information about the fedora-extras-commits mailing list