remove rpaths
This commit is contained in:
parent
3ac81b7718
commit
c2bb421a6f
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ done
|
|||
|
||||
%build
|
||||
%configure --enable-doxygen --disable-static --disable-silent-rules
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue