From ddad9d77402bf4423ac1be278c290bfe38e71536 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Tue, 27 Jul 2021 17:20:25 +0200 Subject: [PATCH] Remove rpaths from public libraries --- hdf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf.spec b/hdf.spec index e358ffd..f238a71 100644 --- a/hdf.spec +++ b/hdf.spec @@ -179,7 +179,7 @@ touch -c -r mfhdf/fortran/mffunc.inc mfhdf/fortran/mffunc.f90 %install %make_install -C build-static %make_install -C build-shared -chrpath --delete --keepgoing %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/%{name}/*.so.* || : +chrpath --delete --keepgoing %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/%{name}/*.so.* %{buildroot}%{_libdir}/*.so.* || : install -pm 644 MANIFEST README.txt release_notes/*.txt %{buildroot}%{_pkgdocdir}/