]> git.pld-linux.org Git - packages/curl.git/commitdiff
- pass --with-gssapi instead of --with-gssapi-includes to get more sane -L flag
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Feb 2006 19:57:54 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.115

curl.spec

index 56ae5d1bef239ae6cae66cc37c53eea0a6ddb242..af0bf13d4fbcbc432869198895660016f35ec373 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -164,7 +164,7 @@ Bibliotecas est
 %configure \
        %{?with_ssl:--with-ssl=%{_prefix}} \
        %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
-       %{?with_heimdal:--with-gssapi-includes=%{_includedir}} \
+       %{?with_heimdal:--with-gssapi=%{_prefix}} \
        --with-ipv6
 
 %{__make}
This page took 0.052037 seconds and 4 git commands to generate.