diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-12-25 22:34:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-12-25 22:59:49 +0100 |
commit | cf3b8f5d42216c82019acd0d3343a53257605327 (patch) | |
tree | 7741d84227e9f5ac673574ef57a21ef78edab1f5 /app-arch/libarchive | |
parent | 1bb6c3f473858c744e0af80e74e718b3c00ac769 (diff) | |
download | gentoo-cf3b8f5d42216c82019acd0d3343a53257605327.tar.gz gentoo-cf3b8f5d42216c82019acd0d3343a53257605327.tar.xz |
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.ebuild | 5 |
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 687485a66e0..44e767bf53e 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[@]}" } |