Forráskód Böngészése

be more consistent across platforms and disable libfetch under FreeBSD

Ralf S. Engelschall 19 éve
szülő
commit
ef3fe9138c
1 módosított fájl, 2 hozzáadás és 1 törlés
  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"