]> git.pld-linux.org Git - packages/curl.git/commitdiff
- heimdal bconded.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 21 Oct 2004 19:18:10 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.92

curl.spec

index 61c8b4818845f9eef457a1b99bf77b342a723cb3..003823b2f0bd1619f731ea0f4c9a7003e4426539 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without ssl     # without SSL support
+%bcond_without heimdal # without HEIMDAL support
 #
 Summary:       A utility for getting files from remote servers (FTP, HTTP, and others)
 Summary(es):   Busca URL (soporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP y HTTPS)
@@ -22,7 +23,7 @@ URL:          http://curl.haxx.se/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libidn-devel >= 0.4.1
-BuildRequires: heimdal-devel
+%{?with_heimdal:BuildRequires: heimdal-devel}
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7d}
 Requires:      openssl-tools >= 0.9.7d
 Requires:      libidn >= 0.4.1
@@ -153,7 +154,7 @@ cp -f /usr/share/automake/config.* .
 %configure \
        %{?with_ssl:--with-ssl=%{_prefix}} \
        %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
-       --with-gssapi-includes=%{_includedir} \
+       %{?with_heimdal:--with-gssapi-includes=%{_includedir}} \
        --with-ipv6
 
 %{__make}
This page took 0.038996 seconds and 4 git commands to generate.