Tue Sep 09 2003 Nalin Dahyabhai <nalin@redhat.com> 1.30.2-2
- require boost-devel instead of devel in subpackages which require
boost-devel
- remove stray Prefix: tag
Mon Sep 08 2003 Benjamin Kosnik <bkoz@redhat.com> 1.30.2-1
- change license to Freely distributable
- verify installation of libboost_thread
- more boost-devel removals
- deal with lack of _REENTRANT on ia64/s390
- (#99458) rpm -e fixed via explict dir additions
- (#103293) update to 1.30.2
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue May 13 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- remove packager, change to new Group:
Tue May 06 2003 Tim Powers <timp@redhat.com> 1.30.0-3
- add deffattr's so we don't have unknown users owning files
19 lines
698 B
Diff
19 lines
698 B
Diff
*** boost/config/compiler/gcc.hpp.orig 2003-09-08 09:58:36.000000000 -0500
|
|
--- boost/config/compiler/gcc.hpp 2003-09-08 09:59:30.000000000 -0500
|
|
***************
|
|
*** 48,54 ****
|
|
// those platforms where we can know for sure). It will get turned off again
|
|
// later if no threading API is detected.
|
|
//
|
|
! #if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__linux) && !defined(__linux__)
|
|
# define BOOST_HAS_THREADS
|
|
#endif
|
|
|
|
--- 48,54 ----
|
|
// those platforms where we can know for sure). It will get turned off again
|
|
// later if no threading API is detected.
|
|
//
|
|
! #if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
|
# define BOOST_HAS_THREADS
|
|
#endif
|
|
|