Resolves: #1228363 - curl-config --libs now works on x86_64
... without libcurl-devel.x86_64
This commit is contained in:
parent
d60ef0c155
commit
88ed685bb7
@ -36,7 +36,7 @@ index 150004d..95d0759 100644
|
||||
- else
|
||||
- echo ${CURLLIBDIR}-lcurl
|
||||
- fi
|
||||
+ pkg-config libcurl --libs
|
||||
+ echo -lcurl
|
||||
;;
|
||||
|
||||
--static-libs)
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||
Name: curl
|
||||
Version: 7.42.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/Internet
|
||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
||||
@ -237,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/libcurl.m4
|
||||
|
||||
%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
|
||||
- new upstream release (fixes CVE-2015-3153)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user