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

Optional linking with pcre was removed from configure a long time ago

Michael Schloh von Bennewitz 22 éve
szülő
commit
dede8e1f55
1 módosított fájl, 1 hozzáadás és 9 törlés
  1. 1 9
      openssh/openssh.spec

+ 1 - 9
openssh/openssh.spec

@@ -41,12 +41,11 @@ Distribution: OpenPKG [CORE]
 Group:        Security
 License:      BSD
 Version:      %{V_base}%{V_portable}
-Release:      20031030
+Release:      20031125
 
 #   package options
 %option       with_fsl      yes
 %option       with_pam      no
-%option       with_pcre     no
 %option       with_skey     no
 %option       with_x11      no
 %option       with_chroot   no
@@ -83,10 +82,6 @@ PreReq:       PAM
 BuildPreReq:  fsl >= 1.2.0
 PreReq:       fsl >= 1.2.0
 %endif
-%if "%{with_pcre}" == "yes"
-BuildPreReq:  pcre
-PreReq:       pcre
-%endif
 %if "%{with_skey}" == "yes"
 BuildPreReq:  skey
 PreReq:       skey
@@ -161,9 +156,6 @@ AutoReqProv:  no
         --localstatedir=%{l_prefix}/var/openssh \
         --with-pid-dir=%{l_prefix}/var/openssh \
         --with-ssl-dir=%{l_prefix} \
-%if "%{with_pcre}" == "yes"
-        --with-pcre=%{l_prefix} \
-%endif
 %if "%{with_skey}" == "yes"
         --with-skey=%{l_prefix} \
 %endif