summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-03-03 03:29:03 +0000
committerMike Frysinger <vapier@gentoo.org>2013-03-03 03:29:03 +0000
commit8b43acb48be9121e1aa082e913471e624488e713 (patch)
treee458c16a93ecd0c8fbea04c88c7d36815b13795b /net-misc/wget/wget-1.14.ebuild
parentKeyword amd64-linux and x86-linux (diff)
downloadhistorical-8b43acb48be9121e1aa082e913471e624488e713.tar.gz
historical-8b43acb48be9121e1aa082e913471e624488e713.tar.bz2
historical-8b43acb48be9121e1aa082e913471e624488e713.zip
Drop openssl workarounds as the pkg-config patch should handle things for us now #459080 by Julian Ospald.
Package-Manager: portage-2.2.0_alpha163/cvs/Linux x86_64 Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'net-misc/wget/wget-1.14.ebuild')
-rw-r--r--net-misc/wget/wget-1.14.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/net-misc/wget/wget-1.14.ebuild b/net-misc/wget/wget-1.14.ebuild
index 1549c9c63c14..5bd95eec4f20 100644
--- a/net-misc/wget/wget-1.14.ebuild
+++ b/net-misc/wget/wget-1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.11 2013/02/21 19:22:08 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.12 2013/03/03 03:28:58 vapier Exp $
EAPI="4"
@@ -46,9 +46,6 @@ src_configure() {
# the included gnutls -- force ioctl.h to include this header
[[ ${CHOST} == *-solaris* ]] && append-flags -DBSD_COMP=1
- # the configure script contains a few hacks to workaround openssl
- # build limitations. disable those, and use openssl's pkg-config.
- eval export ac_cv_lib_{z_compress,dl_{dlopen,shl_load}}=no
# some libraries tests lack configure options :( #432468
eval export ac_cv_{header_pcre_h,lib_pcre_pcre_compile}=$(usex pcre)
eval export ac_cv_{header_uuid_uuid_h,lib_uuid_uuid_generate}=$(usex uuid)