Ignore:
Timestamp:
Oct 5, 2010, 4:21:37 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: added openssl build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/curl.spec

    r33 r38  
    2222#BuildRequires: openssh-clients
    2323#BuildRequires: openssh-server
     24BuildRequires: openssl-devel
    2425BuildRequires: pkgconfig
    2526#BuildRequires: stunnel
     
    4849# this forces update of libssh2 before update of libcurl
    4950#Requires: libssh2 >= 1.2
     51Requires: openssl
    5052
    5153%description -n libcurl
     
    98100    --without-libidn \
    99101    --without-libssh2 \
    100     --without-ssl --without-nss \
     102    --with-ssl --without-nss \
    101103    --enable-shared --disable-static \
    102104    "--cache-file=%{_topdir}/cache/%{name}.cache"
     
    131133
    132134install -m 755 lib/curl7.dll $RPM_BUILD_ROOT/%{_libdir}
    133 install -m 755 lib/.libs/curl.lib $RPM_BUILD_ROOT/%{_libdir}
     135#install -m 755 lib/.libs/curl.lib $RPM_BUILD_ROOT/%{_libdir}
    134136install -m 755 lib/.libs/curl_s.a $RPM_BUILD_ROOT/%{_libdir}
    135137
     
    166168%{_includedir}/curl
    167169%{_libdir}/*.a
    168 %{_libdir}/*.lib
     170#%{_libdir}/*.lib
    169171%{_libdir}/pkgconfig/*.pc
    170172%{_mandir}/man1/curl-config.1*
Note: See TracChangeset for help on using the changeset viewer.