]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- BuildRequires: flex, bison fetchmail-5_6_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Jan 2001 22:30:02 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --without-kerberos to %%configure (fetchmail tries to use
  kerberos IV even if it isn't installed???)

Changed files:
    fetchmail.spec -> 1.89

fetchmail.spec

index 1a6dd7f1968f40d427091e3ebf4d6dda96dbd253..b2b46b430bc20896628cf6f639f9fa68c41ccfb7 100644 (file)
@@ -23,6 +23,8 @@ Icon:         fetchmail.gif
 URL:           http://www.tuxedo.org/~esr/fetchmail/
 BuildRequires: openssl-devel >= 0.9.4-2
 BuildRequires: gettext-devel
+BuildRequires: flex
+BuildRequires: bison
 Requires:      smtpdaemon
 Requires:      setup >= 2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -139,7 +141,8 @@ CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ENABLE"
        --enable-RPA \
        --enable-NTLM \
        --enable-SDPS \
-       --with-ssl=%{_prefix}
+       --with-ssl=%{_prefix} \
+       --without-kerberos
 %{__make}
 
 %install
This page took 0.033614 seconds and 4 git commands to generate.