Explorar el Código

be more consistent across platforms and disable libfetch under FreeBSD

Ralf S. Engelschall hace 19 años
padre
commit
ef3fe9138c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      openldap/openldap.spec

+ 2 - 1
openldap/openldap.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        LDAP
 License:      GPL
 Version:      2.3.27
-Release:      20060923
+Release:      20061004
 
 #   package options
 %option       with_fsl      yes
@@ -103,6 +103,7 @@ AutoReqProv:  no
     ARGS="$ARGS --enable-syslog"
     ARGS="$ARGS --with-readline"
     ARGS="$ARGS --with-tls"
+    ARGS="$ARGS --without-fetch"
     ARGS="$ARGS --disable-dynamic"
     ARGS="$ARGS --disable-shared"
     ARGS="$ARGS --disable-modules"