Resolves: #1228363 - curl-config --libs now works on x86_64

... without libcurl-devel.x86_64
This commit is contained in:
Kamil Dudka 2015-06-05 13:23:20 +02:00
parent d60ef0c155
commit 88ed685bb7
2 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,7 @@ index 150004d..95d0759 100644
- else - else
- echo ${CURLLIBDIR}-lcurl - echo ${CURLLIBDIR}-lcurl
- fi - fi
+ pkg-config libcurl --libs + echo -lcurl
;; ;;
--static-libs) --static-libs)

View File

@ -1,7 +1,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl Name: curl
Version: 7.42.1 Version: 7.42.1
Release: 1%{?dist} Release: 2%{?dist}
License: MIT License: MIT
Group: Applications/Internet Group: Applications/Internet
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@ -237,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4 %{_datadir}/aclocal/libcurl.m4
%changelog %changelog
* Fri Jun 05 2015 Kamil Dudka <kdudka@redhat.com> 7.42.1-2
- curl-config --libs now works on x86_64 without libcurl-devel.x86_64 (#1228363)
* Wed Apr 29 2015 Kamil Dudka <kdudka@redhat.com> 7.42.1-1 * Wed Apr 29 2015 Kamil Dudka <kdudka@redhat.com> 7.42.1-1
- new upstream release (fixes CVE-2015-3153) - new upstream release (fixes CVE-2015-3153)