don't want no rpaths

This commit is contained in:
David Tardon 2012-11-29 10:04:56 +01:00
parent 23b551bbca
commit 6162b0421b

View File

@ -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