summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-03 23:06:18 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-03 23:23:01 +0100
commit08e38fb68ef1ff36b8911856b909794ce5803b84 (patch)
treebfd98616c44f39e97b43f95705d210c4a0884325 /net-libs
parentnet-libs/http-parser: Remove redundant versions (diff)
downloadgentoo-08e38fb68ef1ff36b8911856b909794ce5803b84.tar.gz
gentoo-08e38fb68ef1ff36b8911856b909794ce5803b84.tar.bz2
gentoo-08e38fb68ef1ff36b8911856b909794ce5803b84.zip
net-libs/http-parser: Remove the static library
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/http-parser/http-parser-2.9.4.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/net-libs/http-parser/http-parser-2.9.4.ebuild b/net-libs/http-parser/http-parser-2.9.4.ebuild
index 28a3330d367a..d0b50760a6f8 100644
--- a/net-libs/http-parser/http-parser-2.9.4.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.4.ebuild
@@ -11,7 +11,6 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="MIT"
SLOT="0/2.9.0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
-IUSE="static-libs"
src_prepare() {
default
@@ -21,7 +20,6 @@ src_prepare() {
multilib_src_compile() {
emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" CFLAGS_FAST="${CFLAGS}" library
- use static-libs && emake CFLAGS_FAST="${CFLAGS}" package
}
multilib_src_test() {
@@ -30,5 +28,4 @@ multilib_src_test() {
multilib_src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
- use static-libs && dolib.a libhttp_parser.a
}