mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
sys-libs/nss-tls : fix binary strip
Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
@@ -22,10 +22,6 @@ BDEPEND="${DEPEND}
|
||||
dev-util/meson
|
||||
dev-util/ninja"
|
||||
|
||||
QA_PRESTRIPPED="/usr/bin/tlslookup
|
||||
/usr/lib64/libnss_tls.so.2
|
||||
/usr/sbin/nss-tlsd"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e "s/@0@\/run\/nss-tls/\/var\/run\/nss-tls/" -i "${S}"/meson.build || die
|
||||
@@ -34,7 +30,6 @@ src_prepare() {
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
--buildtype=release
|
||||
-Dstrip=true
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
@@ -22,10 +22,6 @@ BDEPEND="${DEPEND}
|
||||
dev-util/meson
|
||||
dev-util/ninja"
|
||||
|
||||
QA_PRESTRIPPED="/usr/bin/tlslookup
|
||||
/usr/lib64/libnss_tls.so.2
|
||||
/usr/sbin/nss-tlsd"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/dimkr/nss-tls.git"
|
||||
EGIT_BRANCH="master"
|
||||
|
||||
@@ -37,7 +33,6 @@ src_prepare() {
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
--buildtype=release
|
||||
-Dstrip=true
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user