summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-12-25 22:34:31 +0100
committerFabian Groffen <grobian@gentoo.org>2016-12-25 22:59:49 +0100
commitcf3b8f5d42216c82019acd0d3343a53257605327 (patch)
tree7741d84227e9f5ac673574ef57a21ef78edab1f5 /app-arch/libarchive
parenthaproxy: bump. (diff)
downloadgentoo-cf3b8f5d42216c82019acd0d3343a53257605327.tar.gz
gentoo-cf3b8f5d42216c82019acd0d3343a53257605327.tar.bz2
gentoo-cf3b8f5d42216c82019acd0d3343a53257605327.zip
app-arch/libarchive: undo linking fix, it wasn't broken in the first place
Package-Manager: portage-2.2.28-prefix
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r--app-arch/libarchive/libarchive-3.2.2.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-arch/libarchive/libarchive-3.2.2.ebuild b/app-arch/libarchive/libarchive-3.2.2.ebuild
index 687485a66e02..44e767bf53ef 100644
--- a/app-arch/libarchive/libarchive-3.2.2.ebuild
+++ b/app-arch/libarchive/libarchive-3.2.2.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-inherit eutils multilib-minimal toolchain-funcs autotools flag-o-matic
+inherit eutils multilib-minimal toolchain-funcs autotools
DESCRIPTION="BSD tar command"
HOMEPAGE="http://www.libarchive.org/"
@@ -78,9 +78,6 @@ multilib_src_configure() {
--without-lzmadec
)
- # Fix linking on Solaris
- [[ ${CHOST} == *-solaris* ]] && append-ldflags -lsocket -lnsl
-
ECONF_SOURCE="${S}" econf "${myconf[@]}"
}