]> git.pld-linux.org Git - packages/curl.git/commitdiff
- fix amd64 build
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 20 Dec 2003 19:00:03 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.80

curl.spec

index 49f3005e86d024a68abc685732c999296cc310ac..41ab8d67191f6880e9e4b20e58806179fe64b254 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -18,6 +18,7 @@ Source0:      http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
 # Source0-md5: 8309cdffe4a111333b4309914bce1758
 Patch0:                %{name}-no_strip.patch
 URL:           http://curl.haxx.se/
+BuildRequires: automake
 %{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.7c}
 Requires:      openssl-tools >= 0.9.7c
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -139,6 +140,7 @@ Bibliotecas est
 %patch0 -p1
 
 %build
+install /usr/share/automake/config.* .
 %configure \
        %{!?_without_ssl:--with-ssl=%{_prefix}} \
        %{!?_without_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
This page took 0.049175 seconds and 4 git commands to generate.