From 462a840e56bce068bf595264a7835ab0a04acc38 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Wed, 14 Sep 2016 20:48:38 +0200 Subject: rpm: remove .la files Reviewed-by: Fathi Boudra Signed-off-by: Anders Roxell --- pkg/rpm/odp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/rpm/odp.spec b/pkg/rpm/odp.spec index 42a53e6..d6eff66 100644 --- a/pkg/rpm/odp.spec +++ b/pkg/rpm/odp.spec @@ -63,6 +63,7 @@ and guides in HTMLformats. %configure %make_install +find %{buildroot} -type f -name 'libodp*.la' |xargs rm %files -n odp-linux %{_libdir}/* -- cgit v1.2.3