don't want no rpaths

f41
David Tardon 12 years ago
parent 23b551bbca
commit 6162b0421b

@ -44,6 +44,10 @@ such as WordPerfect and Presentations.
%build
%configure --disable-static --disable-werror
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} V=1
sed 's/\r//' -i ChangeLog
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg

Loading…
Cancel
Save