projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb6c3f
)
app-arch/libarchive: undo linking fix, it wasn't broken in the first place
author
Fabian Groffen
<grobian@gentoo.org>
Sun, 25 Dec 2016 21:34:31 +0000
(22:34 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Sun, 25 Dec 2016 21:59:49 +0000
(22:59 +0100)
Package-Manager: portage-2.2.28-prefix
app-arch/libarchive/libarchive-3.2.2.ebuild
patch
|
blob
|
history
diff --git
a/app-arch/libarchive/libarchive-3.2.2.ebuild
b/app-arch/libarchive/libarchive-3.2.2.ebuild
index 687485a66e0202cb3201e4acb2400c2745639c0e..44e767bf53efa86fb9ec2557c57ccb84c302a273 100644
(file)
--- 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[@]}"
}