Prechádzať zdrojové kódy

better SASL support

Ralf S. Engelschall 23 rokov pred
rodič
commit
05d8fce530
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      openldap/openldap.spec

+ 3 - 3
openldap/openldap.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Database
 License:      GPL
 Version:      2.1.9
-Release:      20021205
+Release:      20021218
 
 #   list of sources
 Source0:      ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
@@ -60,8 +60,8 @@ AutoReqProv:  no
 %build
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
-    CPPFLAGS="-I%{l_prefix}/include" \
-    LDFLAGS="-L%{l_prefix}/lib" \
+    CPPFLAGS="%{l_cppflags sasl}" \
+    LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \
         --localstatedir=%{l_prefix}/var/openldap \