rpms/apr/devel apr.spec, 1.43, 1.44 apr-1.2.2-pthreadprio.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 4 12:45:15 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/apr/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16693

Modified Files:
	apr.spec 
Removed Files:
	apr-1.2.2-pthreadprio.patch 
Log Message:
- just forcibly prevent detection of pthread_mutexattr_setrobust_np
since it doesn't seem to work.



Index: apr.spec
===================================================================
RCS file: /cvs/dist/rpms/apr/devel/apr.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- apr.spec	4 Jan 2006 11:28:25 -0000	1.43
+++ apr.spec	4 Jan 2006 12:45:13 -0000	1.44
@@ -16,7 +16,6 @@
 Patch6: apr-1.2.2-locktimeout.patch
 Patch7: apr-1.2.2-libdir.patch
 Patch8: apr-1.2.2-seekflush.patch
-Patch9: apr-1.2.2-pthreadprio.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildPrereq: autoconf, libtool, doxygen
 Conflicts: subversion < 0.20.1-2
@@ -50,7 +49,6 @@
 %patch6 -p1 -b .locktimeout
 %patch7 -p1 -b .libdir
 %patch8 -p1 -b .seekflush
-%patch9 -p1 -b .pthreadprio
 
 %build
 # regenerate configure script etc.
@@ -60,6 +58,11 @@
 # does not use -lrt).
 export ac_cv_search_shm_open=no
 
+# Forcibly prevent detection of pthread_mutexattr_setrobust_np,
+# which doesn't seem to work.
+export ac_cv_pthread_mutexattr_setrobust_np=no
+export apr_cv_setrobust_with_prio_inherit=no
+
 %configure \
         --includedir=%{_includedir}/apr-%{aprver} \
         --with-installbuilddir=%{_libdir}/apr-%{aprver}/build \


--- apr-1.2.2-pthreadprio.patch DELETED ---




More information about the fedora-cvs-commits mailing list