ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/openldap.spec
(Generate patch)

Comparing COMP/CMSDIST/openldap.spec (file contents):
Revision 1.8 by muzaffar, Tue Aug 10 15:14:03 2010 UTC vs.
Revision 1.9 by eulisse, Tue Aug 24 10:28:01 2010 UTC

# Line 1 | Line 1
1   ### RPM external openldap 2.3.39
2 ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) true ;; esac
2   ## INITENV +PATH LD_LIBRARY_PATH %i/lib
3   Source: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20071118.tgz
4   Patch0: openldap-2.3.39-gcc44
# Line 19 | Line 18 | pwd
18   pwd
19  
20   # Fix missing sasl2 library link on 64-bit SLC4:
21 <
22 < mkdir -p sasl2lib
23 < ln -s /usr/lib/libsasl2.so.2.0.19 sasl2lib/libsasl2.so
21 > case %cmsplatf in
22 >   slc*)
23 >        mkdir -p sasl2lib
24 >        ln -s /usr/lib/libsasl2.so.2.0.19 sasl2lib/libsasl2.so
25 >   ;;
26 > esac
27  
28   #  CC          C compiler command
29   #  CFLAGS      C compiler flags

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines