- just forcibly prevent detection of pthread_mutexattr_setrobust_np since

it doesn't seem to work.
This commit is contained in:
jorton 2006-01-04 12:45:13 +00:00
parent 893685fa69
commit d2092c59e7

View File

@ -16,7 +16,6 @@ Patch5: apr-1.2.2-reuseaddr.patch
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 @@ C data structures and routines.
%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 @@ C data structures and routines.
# 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 \