From 846b6a7b00980f19b82048c74bbedf134e003ed7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:00:47 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20curl-7.?= =?UTF-8?q?9.5-2.src.rpm=20Thu=20Mar=2021=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=207.9.5-2=20-=20Stop=20the=20curl-confi?= =?UTF-8?q?g=20script=20from=20printing=20-I/usr/include=20and=20-L/usr/li?= =?UTF-8?q?b=20=20=20=20=20(#59497)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curl.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index f1b2f46..c4f93f5 100644 --- a/curl.spec +++ b/curl.spec @@ -1,10 +1,11 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others). Name: curl Version: 7.9.5 -Release: 1 +Release: 2 License: MPL Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 +Patch0: curl-7.9.5-nousr.patch URL: http://curl.haxx.se/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: openssl-devel @@ -31,9 +32,10 @@ use cURL's capabilities internally. rm -rf $RPM_BUILD_ROOT %setup -q +%patch0 -p1 %build -%configure --with-ssl=%{_prefix} --enable-ipv6 +%configure --with-ssl=/usr --enable-ipv6 %ifarch alpha make CFLAGS="" %else @@ -73,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Mar 21 2002 Trond Eivind Glomsrød 7.9.5-2 +- Stop the curl-config script from printing -I/usr/include + and -L/usr/lib (#59497) + * Fri Mar 8 2002 Trond Eivind Glomsrød 7.9.5-1 - 7.9.5