Jelajahi Sumber

be more consistent across platforms and disable libfetch under FreeBSD

Ralf S. Engelschall 19 tahun lalu
induk
melakukan
ef3fe9138c
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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"