don't want no rpaths
This commit is contained in:
parent
23b551bbca
commit
6162b0421b
@ -44,6 +44,10 @@ such as WordPerfect and Presentations.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-werror
|
%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
|
make %{?_smp_mflags} V=1
|
||||||
sed 's/\r//' -i ChangeLog
|
sed 's/\r//' -i ChangeLog
|
||||||
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
||||||
|
Loading…
Reference in New Issue
Block a user