sci-libs/ann: no soname through cxxflags

Closes: https://bugs.gentoo.org/817308
Closes: https://bugs.gentoo.org/802021
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-16 09:35:46 +02:00
parent e812e4282a
commit ce7b91dce9

View File

@@ -39,7 +39,6 @@ src_prepare() {
}
src_configure() {
append-cxxflags "-Wl,-soname=libann.so.0"
use profile && append-cxxflags -DANN_PERF
econf --disable-static
}