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 |
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 |