Change default threading option to pthreads, as pth binding is broken.

Fri, 24 Apr 2009 11:53:38 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 24 Apr 2009 11:53:38 +0200
changeset 195
8f6a78b621a9
parent 194
42dc0386ad57
child 196
722f9e17a5c4

Change default threading option to pthreads, as pth binding is broken.

openldap/openldap.spec file | annotate | diff | comparison | revisions
     1.1 --- a/openldap/openldap.spec	Thu Apr 23 15:26:12 2009 +0200
     1.2 +++ b/openldap/openldap.spec	Fri Apr 24 11:53:38 2009 +0200
     1.3 @@ -39,8 +39,8 @@
     1.4  %option       with_fsl      yes
     1.5  %option       with_crypt    yes
     1.6  %option       with_overlays yes
     1.7 -%option       with_pth      yes
     1.8 -%option       with_pthreads no
     1.9 +%option       with_pthreads yes
    1.10 +%option       with_pth      no
    1.11  %option       with_sasl     no
    1.12  %option       with_perl     no
    1.13  %option       with_odbc     no

mercurial