summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-04-02 10:54:54 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-04-02 10:54:54 +0000
commit359bdecfa49107a324b735ced13df773d334b309 (patch)
tree0e5b59aad6de84ab7d0d3d9beb9f84491bfbcf2f /net-misc/curl
parentNew development snapshot from upstream. Removed old. (diff)
downloadgentoo-2-359bdecfa49107a324b735ced13df773d334b309.tar.gz
gentoo-2-359bdecfa49107a324b735ced13df773d334b309.tar.bz2
gentoo-2-359bdecfa49107a324b735ced13df773d334b309.zip
hopefully fixed bug #215713 and bug #193149 thanks to Olivier, Rafal and teidakankan
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/curl')
-rw-r--r--net-misc/curl/ChangeLog6
-rw-r--r--net-misc/curl/curl-7.18.1.ebuild13
2 files changed, 7 insertions, 12 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog
index c2d1c037b7d6..d1d70b337ae5 100644
--- a/net-misc/curl/ChangeLog
+++ b/net-misc/curl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/curl
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.115 2008/04/01 13:46:49 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.116 2008/04/02 10:54:54 dragonheart Exp $
+
+ 02 Apr 2008; Daniel Black <dragonheart@gentoo.org> curl-7.18.1.ebuild:
+ hopefully fixed bug #215713 and bug #193149 thanks to Olivier, Rafal and
+ teidakankan
*curl-7.18.1 (01 Apr 2008)
diff --git a/net-misc/curl/curl-7.18.1.ebuild b/net-misc/curl/curl-7.18.1.ebuild
index 99f55404a70c..97649e36b1fc 100644
--- a/net-misc/curl/curl-7.18.1.ebuild
+++ b/net-misc/curl/curl-7.18.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild,v 1.1 2008/04/01 13:46:49 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild,v 1.2 2008/04/02 10:54:54 dragonheart Exp $
# NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
@@ -44,17 +44,8 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
-## epatch "${FILESDIR}"/${P}-strip-ldflags.patch
epatch "${FILESDIR}"/curl-7.17.0-strip-ldflags.patch
-# epatch "${FILESDIR}"/${P}-null-handler-segfault.patch
-# elibtoolize
- elibtoolize
- eaclocal
- /usr/bin/perl -i.bak -pe 's/\bmv +([^-\s])/mv -f $1/g' aclocal.m4
- eautoheader
- cp lib/config.h.in src/config.h.in
- eautoconf
- eautomake
+ eautoreconf
}
src_compile() {