diff --git a/tevent-man.changes b/tevent-man.changes index 34b952a..977fcb1 100644 --- a/tevent-man.changes +++ b/tevent-man.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 30 15:18:10 UTC 2015 - lmuelle@suse.com + +- Disable rpath-install and silent-rules while configure. + ------------------------------------------------------------------- Sun Oct 25 13:48:42 UTC 2015 - lmuelle@suse.com diff --git a/tevent-man.spec b/tevent-man.spec index aa6b11f..abd0ad2 100644 --- a/tevent-man.spec +++ b/tevent-man.spec @@ -157,6 +157,8 @@ CONFIGURE_OPTIONS="\ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --disable-rpath \ + --disable-rpath-install \ + --disable-silent-rules \ --bundled-libraries=NONE \ --builtin-libraries=replace \ %if %{with_python3}