From 9258fd08596aa6155542957906db8ca7277fc7fc Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 22 Nov 2017 02:17:58 +0300 Subject: [PATCH] protobuf: strip library --- dev-libs/protobuf/protobuf-3.3.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/protobuf/protobuf-3.3.2.recipe b/dev-libs/protobuf/protobuf-3.3.2.recipe index 4abee178c..bee25318a 100644 --- a/dev-libs/protobuf/protobuf-3.3.2.recipe +++ b/dev-libs/protobuf/protobuf-3.3.2.recipe @@ -8,7 +8,7 @@ languages – Java, C++, or Python." HOMEPAGE="https://github.com/google/protobuf" COPYRIGHT="2008-2017 Google" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="e53fd5d514169dc80fb38673dc63f4048cebd3e524e49c1663428f89330bda56" PATCHES="protobuf-$portVersion.patchset" @@ -64,7 +64,7 @@ BUILD() INSTALL() { - make install + make install-strip rm $libDir/lib*.la